summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-09-25 18:37:44 +0200
committerAndrey Andreev <narf@devilix.net>2017-09-25 18:37:44 +0200
commitcf728703b5852591c160cbd9566a0e508dd5759a (patch)
tree6f7dd444bfc5b4206a6e07169ad3c05b9b63fa4d /system/core/CodeIgniter.php
parentdcc029d23128c1e66edb0138adb773d74c808c90 (diff)
[ci skip] Prepare 3.1.6 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 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';
/*
* ------------------------------------------------------