summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-01-13 01:13:10 +0100
committerAndrey Andreev <narf@devilix.net>2016-01-13 01:13:10 +0100
commit4307bff0a4ae884d57cc0c0fa8f54de6c05000e7 (patch)
tree6e937a8c4d1df47be6735b8a2b2162e65a0bfa53 /system/core/CodeIgniter.php
parent1f91ac640ada20850fa651d249beea548a63d978 (diff)
[ci skip] Mark the start of 3.0.5 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 727f37029..52b542654 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.4-dev');
+ define('CI_VERSION', '3.0.5-dev');
/*
* ------------------------------------------------------