[ci skip] Prepare 3.1.6 release
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index f5ffc5d..0d03293 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -55,7 +55,7 @@
  * @var	string
  *
  */
-	const CI_VERSION = '3.1.6-dev';
+	const CI_VERSION = '3.1.6';
 
 /*
  * ------------------------------------------------------