version update

This commit is contained in:
Andy Miller
2016-06-01 17:43:54 -06:00
parent 35c7698139
commit cd30e6a331
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# v1.1.0-beta.6
## 05/30/2016
# v1.1.0-rc.1
## 06/01/2016
1. [](#new)
* Added `Utils::getDotNotation()` and `Utils::setDotNotation()` methods + tests

View File

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