summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-01-16 16:43:02 +0100
committerAndrey Andreev <narf@devilix.net>2019-01-16 16:43:02 +0100
commit4eaf80a6ec0b58a0adc95638153363e00ebf5378 (patch)
tree32f745d1e565f50ca11846916364971eba763e21 /system
parentb182eb5eb23249ccaa90b2fd0cedf1c3c1ba791d (diff)
[ci skip] Prepare for 3.1.10 release
Diffstat (limited to 'system')
-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 34af79f54..56826f1a6 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.10-dev';
+ const CI_VERSION = '3.1.10';
/*
* ------------------------------------------------------