prepare for release

This commit is contained in:
Andy Miller
2019-04-11 18:25:38 -06:00
parent 7762f0c85e
commit 057bdd546b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
## 04/11/2019
1. [](#bugfix)
* Revert renaming of `ClearCacheCommand` to ensure GPM upgrades go smoothly
* Revert renaming of `ClearCacheCommand` to ensure CLI GPM upgrades go smoothly
# v1.6.1
## 04/11/2019

View File

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