diff options
author | Andrey Andreev <narf@devilix.net> | 2017-03-20 16:55:38 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-03-20 16:55:38 +0100 |
commit | f83d10b375bd028480a47ec3c0bbb2b07dcabfee (patch) | |
tree | 2187362621bbba0314976752ddf3220571c4af63 /system | |
parent | f58643bab5e5a868aabdaa64668cdb67a9b82fbb (diff) |
[ci skip] Mark the start of 3.1.5-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 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'; /* * ------------------------------------------------------ |