commit | 9f8c00508bf5333207dbede5d61a2432b20cc4ec | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Oct 27 15:06:46 2016 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Thu Oct 27 15:06:46 2016 +0300 |
tree | 00b59619af67af04e1c23bbd42758d20978aa2bd | |
parent | 40282340cd7de02cbe8297f557b7d3e23cbc652a [diff] [blame] |
[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'; /* * ------------------------------------------------------