[ci skip] This is 3.1.2-dev
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index c5d26e5..6562e99 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -55,7 +55,7 @@
  * @var	string
  *
  */
-	const CI_VERSION = '3.1.1';
+	const CI_VERSION = '3.1.2-dev';
 
 /*
  * ------------------------------------------------------