summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-10-22 15:48:35 +0200
committerAndrey Andreev <narf@devilix.net>2016-10-22 15:48:35 +0200
commit378627bb0e0cfb433299a6d832c18099e5c1dc9c (patch)
treeb949f10fb3e67ee0274794bca8eca16f82be4157 /system/core/CodeIgniter.php
parent038ae9a085e1970ea26eeaf566cfae31c2802a90 (diff)
[ci skip] Prepare for 3.1.1 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 804c6856d..c5d26e52b 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.1-dev';
+ const CI_VERSION = '3.1.1';
/*
* ------------------------------------------------------