[ci skip] Prepare for 3.1.10 release
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index 34af79f..56826f1 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -55,7 +55,7 @@
  * @var	string
  *
  */
-	const CI_VERSION = '3.1.10-dev';
+	const CI_VERSION = '3.1.10';
 
 /*
  * ------------------------------------------------------