diff options
author | Andrey Andreev <narf@devilix.net> | 2017-06-19 10:29:39 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-06-19 10:29:39 +0200 |
commit | 2459285b91d6fc4f5099f9f597529cce1059cb33 (patch) | |
tree | 2cd6b0901d658926b67dfcd5c62bacc653f2f26f /system/core | |
parent | ed1a0453a9372e88058169f2028c9a2140318961 (diff) |
[ci skip] Prepare 3.1.5 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 0fab092e5..823e034d7 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-dev'; + const CI_VERSION = '3.1.5'; /* * ------------------------------------------------------ |