diff options
author | Andrey Andreev <narf@devilix.net> | 2018-01-13 13:01:06 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-01-13 13:01:06 +0100 |
commit | 5a0f04e232c3f2c681b99ba6f0a8e383303ec296 (patch) | |
tree | 8f6179d08a138fb65f32046f9fdd9dd2e734f21a /system/core | |
parent | f0b9735d5857e6c07c8f5824b13cff4828db3cfe (diff) |
[ci skip] Start 3.1.8-dev
Diffstat (limited to 'system/core')
-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 962196b6b..4f81a98b6 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.7'; + const CI_VERSION = '3.1.8-dev'; /* * ------------------------------------------------------ |