diff options
author | Andrey Andreev <narf@devilix.net> | 2017-09-25 18:37:44 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-09-25 18:37:44 +0200 |
commit | cf728703b5852591c160cbd9566a0e508dd5759a (patch) | |
tree | 6f7dd444bfc5b4206a6e07169ad3c05b9b63fa4d /system/core | |
parent | dcc029d23128c1e66edb0138adb773d74c808c90 (diff) |
[ci skip] Prepare 3.1.6 release
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 f5ffc5ddd..0d03293f6 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.6-dev'; + const CI_VERSION = '3.1.6'; /* * ------------------------------------------------------ |