prepare for release

This commit is contained in:
Andy Miller
2019-08-20 17:22:16 -06:00
parent 6e23627f26
commit 13689c2065
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.6.15
## mm/dd/2019
## 08/20/2019
1. [](#improved)
* Improved robots.txt [#2632](https://github.com/getgrav/grav/issues/2632)

View File

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