Prepare for release

This commit is contained in:
Andy Miller
2017-07-05 11:15:49 -06:00
parent 4b723832ea
commit f76d8827eb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.3.0-rc.5
## xx/xx/2017
## 07/05/2017
1. [](#new)
* Setting `system.session.timeout` to 0 clears the session when the browser session ends [#1538](https://github.com/getgrav/grav/pull/1538)

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.3.0-rc.4');
define('GRAV_VERSION', '1.3.0-rc.5');
define('GRAV_TESTING', true);
define('DS', '/');