Prepare for release

This commit is contained in:
Andy Miller
2018-01-22 12:27:03 -07:00
parent 16ca3daf21
commit d2e3ea0f9d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.4.0-rc.1
## mm/dd/2017
## 01/22/2018
1. [](#new)
* Moved Twig `urlFunc()` to `Utils::url()` as its so darn handy

View File

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