diff options
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2016-07-07 21:32:12 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-07-26 19:08:06 +0200 |
commit | 606ad654dcbc9f0fc30f00ce6574918790ee0d1e (patch) | |
tree | 0a318792d0ff0742f9bfa85ace52a6f7a5399546 /system | |
parent | edd347fa069d39b9684fd61a3d6befa6ef59dab3 (diff) |
Prepare for 3.1.0 release
Diffstat (limited to 'system')
-rw-r--r-- | system/core/CodeIgniter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index aef0d3a5d..2525edae2 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 * */ - define('CI_VERSION', '3.0.7-dev'); + define('CI_VERSION', '3.1.0'); /* * ------------------------------------------------------ |