prepare for rc.3 release

This commit is contained in:
Andy Miller 2020-01-02 16:54:53 -07:00
parent a6f7637134
commit 8a618fee64
No known key found for this signature in database
GPG Key ID: 06C5EE41E242681B
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# v1.7.0-rc.3
## 01/20/2019
## 01/02/2020
1. [](#new)
* Added root page support for `Flex Pages`

View File

@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.0-rc.2');
define('GRAV_VERSION', '1.7.0-rc.3');
define('GRAV_TESTING', true);
define('DS', '/');