prepare for release

This commit is contained in:
Andy Miller
2019-04-17 16:01:54 -06:00
parent f757863e1c
commit 0bb55faa2d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.6.6
## mm/dd/2019
## 04/17/2019
1. [](#new)
* `FormInterface` now implements `RenderInterface`

View File

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