prepare for release

This commit is contained in:
Andy Miller
2019-05-09 10:49:01 -06:00
parent 0cbc98ab53
commit 2153e20bc5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.6.9
## mm/dd/2019
## 05/09/2019
1. [](#new)
* Added `Route::withoutParams()` methods

View File

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