summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-10-12 15:57:28 +0200
committerAndrey Andreev <narf@devilix.net>2015-10-12 15:57:28 +0200
commit2b5825ec66670b6ecb9528740cc1a51b59dbd3f2 (patch)
treed0f8b41e5ebe33c20997f559222efa51296ca107 /system/core/CodeIgniter.php
parent2d7092c5771f7015b60f0e5cc6c699b8f4f802ba (diff)
[ci skip] This is 3.0.3-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 60dcc0e5e..8cea813a2 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.2');
+ define('CI_VERSION', '3.0.3-dev');
/*
* ------------------------------------------------------