summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-06-12 15:54:47 +0200
committerAndrey Andreev <narf@devilix.net>2018-06-12 15:54:47 +0200
commit44f53fb063eed55c79d31d0d19eef7ba973b6054 (patch)
tree04ae0ac1051f1ed2e7085a06238307fcdc31134c /system/core/CodeIgniter.php
parenta9da3dd2f16a8f97d7bc4ff5572b28e4bb84c813 (diff)
[ci skip] Mark the start of 3.1.10 development
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 7b1dcc2f1..b4e41c86a 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
*
*/
- const CI_VERSION = '3.1.9';
+ const CI_VERSION = '3.1.10-dev';
/*
* ------------------------------------------------------