prepare for rc.5 release

This commit is contained in:
Andy Miller
2020-02-03 12:36:15 -07:00
parent 1d8b87e33f
commit 6dee662b40
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.7.0-rc.5
## mm/dd/2020
## 02/03/2020
1. [](#bugfix)
* Regression: Flex not working in PHP 7.2 or older

View File

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