summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-03-11 17:35:58 +0100
committerAndrey Andreev <narf@devilix.net>2016-03-11 17:35:58 +0100
commit4f9b20ae507dda7379d392386fb7ce5702626a91 (patch)
tree7a273a27924d889f67307b881c884dd0e39a4b8c /system/core/CodeIgniter.php
parentaac958210f862ed74f85f1ba8963775bca2d6402 (diff)
[ci skip] Mark the start of 3.0.6 development
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 94d34c3fd..f0d7c8f53 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
*
*/
- define('CI_VERSION', '3.0.5');
+ define('CI_VERSION', '3.0.6-dev');
/*
* ------------------------------------------------------