Prepare for release

This commit is contained in:
Andy Miller
2018-10-15 14:39:40 -06:00
parent cc61fb5d0f
commit 08f07e663e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.6.0-beta.3
## mm/dd/2018
## 10/15/2018
1. [](#improved)
* Call `onFatalException` event also on internal PHP errors

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.6.0-beta.2');
define('GRAV_VERSION', '1.6.0-beta.3');
define('GRAV_TESTING', true);
define('DS', '/');