Prepare for release

This commit is contained in:
Andy Miller
2017-04-24 15:31:57 -06:00
parent e5a522a2fe
commit e4ffc8d3de
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.2.4
## 04/xx/2017
## 04/24/2017
1. [](#improved)
* Added optional ignores for `Installer::sophisticatedInstall()` [#1447](https://github.com/getgrav/grav/issues/1447)

View File

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