summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-01-09 17:55:03 +0100
committerAndrey Andreev <narf@devilix.net>2017-01-09 17:55:03 +0100
commit7657600403b63d7656dce7b18d2880d3703ad57e (patch)
tree3620337e9a0bdf98fa867f1c829120f94e272ae9 /system/core/CodeIgniter.php
parent52ba26b622b4e58d9511818f8625e77313d680e2 (diff)
[ci skip] Mark the beginning of 3.1.4-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 0edcf972d..63e9563a1 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.3';
+ const CI_VERSION = '3.1.4-dev';
/*
* ------------------------------------------------------