diff options
author | Andrey Andreev <narf@devilix.net> | 2019-01-16 16:43:02 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-01-16 16:43:02 +0100 |
commit | 4eaf80a6ec0b58a0adc95638153363e00ebf5378 (patch) | |
tree | 32f745d1e565f50ca11846916364971eba763e21 /system/core/CodeIgniter.php | |
parent | b182eb5eb23249ccaa90b2fd0cedf1c3c1ba791d (diff) |
[ci skip] Prepare for 3.1.10 release
Diffstat (limited to 'system/core/CodeIgniter.php')
-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 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'; /* * ------------------------------------------------------ |