diff options
author | Andrey Andreev <narf@devilix.net> | 2017-01-09 17:55:03 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-01-09 17:55:03 +0100 |
commit | 7657600403b63d7656dce7b18d2880d3703ad57e (patch) | |
tree | 3620337e9a0bdf98fa867f1c829120f94e272ae9 /system/core | |
parent | 52ba26b622b4e58d9511818f8625e77313d680e2 (diff) |
[ci skip] Mark the beginning of 3.1.4-dev
Diffstat (limited to 'system/core')
-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 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'; /* * ------------------------------------------------------ |