summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-10-27 14:06:46 +0200
committerAndrey Andreev <narf@devilix.net>2016-10-27 14:06:46 +0200
commit9f8c00508bf5333207dbede5d61a2432b20cc4ec (patch)
tree00b59619af67af04e1c23bbd42758d20978aa2bd /system/core/CodeIgniter.php
parent40282340cd7de02cbe8297f557b7d3e23cbc652a (diff)
[ci skip] This is 3.1.2-dev
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 c5d26e52b..6562e99a2 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.1';
+ const CI_VERSION = '3.1.2-dev';
/*
* ------------------------------------------------------