prepare for release

This commit is contained in:
Andy Miller
2019-04-15 14:48:01 -06:00
parent ad173ca129
commit abefbfc776
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.6.4
## mm/dd/2019
## 04/15/2019
1. [](#bugfix)
* Improved `redirect_default_route` logic as well as `Uri::toArray()` to take into account `root_path` and `extension`

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.6.3');
define('GRAV_VERSION', '1.6.4');
define('GRAV_TESTING', false);
define('DS', '/');