prepare for release

This commit is contained in:
Andy Miller
2021-02-23 15:02:08 -07:00
parent 78b5f6ef5c
commit 7db4da4154
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.7.7
## mm/dd/2021
## 02/23/2021
1. [](#new)
* Added `Utils::arrayToQueryParams()` to convert an array into query params

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.6');
define('GRAV_VERSION', '1.7.7');
define('GRAV_SCHEMA', '1.7.0_2020-11-20_1');
define('GRAV_TESTING', false);