prepare for rc.18 release

This commit is contained in:
Andy Miller
2020-12-03 14:31:25 -07:00
parent 0fc7fd3411
commit 6188076fe6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.7.0-rc.18
## mm/dd/2020
## 12/02/2020
1. [](#new)
* Set minimum requirements to **PHP 7.3.6**

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.0-rc.17');
define('GRAV_VERSION', '1.7.0-rc.18');
define('GRAV_SCHEMA', '1.7.0_2020-11-20_1');
define('GRAV_TESTING', true);
if (!defined('DS')) {