Prepare for release

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2020-05-14 15:41:34 -06:00
parent 5db395799d
commit 859aff590b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.6.25
## mm/dd/2020
## 05/14/2020
1. [](#improved)
* Added system configuration support for `HTTP_X_Forwarded` headers (host disabled by default)

View File

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