prepare for release

This commit is contained in:
Andy Miller
2018-05-15 12:55:27 -06:00
parent 2a759eed74
commit 1426a7ec95
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.4.5
## 05/11/2018
## 05/15/2018
1. [](#bugfix)
* Fixed an issue with some users getting **2FA** prompt after upgrade [admin#1442](https://github.com/getgrav/grav-plugin-admin/issues/1442)

View File

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