summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-01-13 13:01:06 +0100
committerAndrey Andreev <narf@devilix.net>2018-01-13 13:01:06 +0100
commit5a0f04e232c3f2c681b99ba6f0a8e383303ec296 (patch)
tree8f6179d08a138fb65f32046f9fdd9dd2e734f21a /system
parentf0b9735d5857e6c07c8f5824b13cff4828db3cfe (diff)
[ci skip] Start 3.1.8-dev
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 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';
/*
* ------------------------------------------------------