prepare for release

This commit is contained in:
Andy Miller
2018-07-31 11:27:49 -06:00
parent f7496b5341
commit e4f2808870
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.5.0-rc.1
## mm/dd/2018
## 07/31/2018
1. [](#new)
* Added twig filters for casting values: `|string`, `|int`, `|bool`, `|float`, `|array`

View File

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