summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-01-13 12:54:38 +0100
committerAndrey Andreev <narf@devilix.net>2018-01-13 12:54:38 +0100
commitf0b9735d5857e6c07c8f5824b13cff4828db3cfe (patch)
tree3dff7bc91dfd75708f542ab50fe79afb0be7897b /system
parent3185447a82a808e9c85c79b6ce12bcb7358c8de0 (diff)
[ci skip] Prepare 3.1.7 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 82c87b0e2..962196b6b 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.7-dev';
+ const CI_VERSION = '3.1.7';
/*
* ------------------------------------------------------