summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-06-19 10:29:39 +0200
committerAndrey Andreev <narf@devilix.net>2017-06-19 10:34:34 +0200
commit5b0e1f222cc96ed55d524008e1edcf9058e5132d (patch)
tree2cd6b0901d658926b67dfcd5c62bacc653f2f26f /system/core/CodeIgniter.php
parented1a0453a9372e88058169f2028c9a2140318961 (diff)
[ci skip] Prepare 3.1.5 release
Diffstat (limited to 'system/core/CodeIgniter.php')
-rw-r--r--system/core/CodeIgniter.php2
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';
/*
* ------------------------------------------------------