Merge tag '1.4.1' into develop

Release v1.4.1
This commit is contained in:
Andy Miller
2018-03-11 16:13:03 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.4.1
## 03/dd/2018
## 03/11/2018
1. [](#bugfix)
* Fixed session timing out because of session cookie was not being sent

View File

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