summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-06-19 10:38:25 +0200
committerAndrey Andreev <narf@devilix.net>2017-06-19 10:38:25 +0200
commit47f540e82cbc1591cc7f1aa92d47a8c8c4028c63 (patch)
treeb62a29a16007f58b6fcea5b05b45703a2b1ef5db /system/core/CodeIgniter.php
parent5b0e1f222cc96ed55d524008e1edcf9058e5132d (diff)
[ci skip] Starting 3.1.6-dev
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 823e034d7..f5ffc5ddd 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.5';
+ const CI_VERSION = '3.1.6-dev';
/*
* ------------------------------------------------------