prepare for rc release

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2020-06-08 15:53:28 -06:00
parent 191686dffe
commit 4be7917d41
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.7.0-rc.12
## mm/dd/2020
## 06/08/2020
1. [](#improved)
* Changed `Folder::hasChildren` to `Folder::countChildren`

View File

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