Updated version

This commit is contained in:
Andy Miller
2016-11-26 20:22:33 -07:00
parent 8dd65b709d
commit f7b35c3b79
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# v1.1.x
## 11/xx/2016
# v1.1.9-rc.2
## 11/26/2016
1. [](#new)
* Added two new sort order options for pages: `publish_date` and `unpublish_date`

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.1.9-rc.1');
define('GRAV_VERSION', '1.1.9-rc.2');
define('GRAV_TESTING', true);
define('DS', '/');
define('GRAV_PHP_MIN', '5.5.9');