[ci skip] This is 3.0.3-dev
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index 60dcc0e..8cea813 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -55,7 +55,7 @@
  * @var	string
  *
  */
-	define('CI_VERSION', '3.0.2');
+	define('CI_VERSION', '3.0.3-dev');
 
 /*
  * ------------------------------------------------------