Skip to content

Commit

Permalink
Merge tag '1.4.6' into develop
Browse files Browse the repository at this point in the history
Release v1.4.6

# Conflicts:
#	system/defines.php
  • Loading branch information
rhukster committed Jun 19, 2018
1 parent 9816b53 commit 8288551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.5.0');
define('GRAV_TESTING', false);
define('GRAV_TESTING', true);
define('DS', '/');

if (!defined('GRAV_PHP_MIN')) {
Expand Down

0 comments on commit 8288551

Please sign in to comment.