summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-01-16 16:53:59 +0100
committerAndrey Andreev <narf@devilix.net>2019-01-16 16:53:59 +0100
commit1a1269149c1a56032740782aa957f76477d0311a (patch)
tree3678ec4e8379d170655465fd1c35781fbbb3058b /system/core/CodeIgniter.php
parent4eaf80a6ec0b58a0adc95638153363e00ebf5378 (diff)
[ci skip] Start of 3.1.11 development
Diffstat (limited to 'system/core/CodeIgniter.php')
-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 56826f1a6..a053777c1 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.10';
+ const CI_VERSION = '3.1.11-dev';
/*
* ------------------------------------------------------