summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-03-20 16:55:38 +0100
committerAndrey Andreev <narf@devilix.net>2017-03-20 16:55:38 +0100
commitf83d10b375bd028480a47ec3c0bbb2b07dcabfee (patch)
tree2187362621bbba0314976752ddf3220571c4af63 /system/core/CodeIgniter.php
parentf58643bab5e5a868aabdaa64668cdb67a9b82fbb (diff)
[ci skip] Mark the start of 3.1.5-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 880abab57..b5c2bedf4 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.4';
+ const CI_VERSION = '3.1.5-dev';
/*
* ------------------------------------------------------