prepare for release

This commit is contained in:
Andy Miller
2020-03-05 10:38:50 -07:00
parent 62f39fe39c
commit eec2d122cc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.6.22
## mm/dd/2020
## 03/05/2020
1. [](#new)
* Added `Pages::reset()` method

View File

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