diff options
author | Andrey Andreev <narf@devilix.net> | 2016-10-27 14:06:46 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-10-27 14:06:46 +0200 |
commit | 9f8c00508bf5333207dbede5d61a2432b20cc4ec (patch) | |
tree | 00b59619af67af04e1c23bbd42758d20978aa2bd /system | |
parent | 40282340cd7de02cbe8297f557b7d3e23cbc652a (diff) |
[ci skip] This is 3.1.2-dev
Diffstat (limited to 'system')
-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 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'; /* * ------------------------------------------------------ |