prepare for release

This commit is contained in:
Andy Miller 2021-09-01 10:39:23 -06:00
parent 9523bab910
commit c43b375d3b
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# v1.7.20
## mm/dd/2021
## 09/01/2021
2. [](#improved)
* Added support for `task` and `action` inside JSON request body

View File

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