diff options
author | Andrey Andreev <narf@devilix.net> | 2017-09-25 18:47:49 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-09-25 18:47:49 +0200 |
commit | 4131d42c793c3db50b6184e5084332d5415c91cb (patch) | |
tree | ce95807586756128fdcabe7d908e1fb63e8313be /system/core/CodeIgniter.php | |
parent | cf728703b5852591c160cbd9566a0e508dd5759a (diff) |
[ci skip] Mark the start of 3.1.7-dev
Diffstat (limited to 'system/core/CodeIgniter.php')
-rw-r--r-- | system/core/CodeIgniter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 0d03293f6..a4c7d5553 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.6'; + const CI_VERSION = '3.1.7-dev'; /* * ------------------------------------------------------ |