summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-03-22 15:52:42 +0100
committerAndrey Andreev <narf@devilix.net>2018-03-22 15:52:42 +0100
commit3d2073e877cb1fddbea8fcec5bc5d38b545cdcfa (patch)
tree54a13d3d2decfdea0f232083741a052627b70386 /system
parentb12fbad77bd69ca0c7624a9094c29b7691ea6107 (diff)
[ci skip] Mark the start of 3.1.9 development
Diffstat (limited to 'system')
-rw-r--r--system/core/CodeIgniter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index 4ad513dd6..c5aab6259 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -55,7 +55,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @var string
*
*/
- const CI_VERSION = '3.1.8';
+ const CI_VERSION = '3.1.9-dev';
/*
* ------------------------------------------------------