diff options
author | Andrey Andreev <narf@devilix.net> | 2017-06-19 10:38:25 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-06-19 10:38:25 +0200 |
commit | 47f540e82cbc1591cc7f1aa92d47a8c8c4028c63 (patch) | |
tree | b62a29a16007f58b6fcea5b05b45703a2b1ef5db /system/core | |
parent | 5b0e1f222cc96ed55d524008e1edcf9058e5132d (diff) |
[ci skip] Starting 3.1.6-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 823e034d7..f5ffc5ddd 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.5'; + const CI_VERSION = '3.1.6-dev'; /* * ------------------------------------------------------ |