commit | 1c0f46ad96a923329d7defc92d0e7d93faf00935 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Fri Aug 07 14:42:29 2015 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Fri Aug 07 14:42:29 2015 +0300 |
tree | de5f3a6aa2360525e9fdc3cf6d37cb0666aa9b84 | |
parent | 53f8882f2b3db294aa75a0dc95e7a21c72c6e854 [diff] [blame] |
[ci skip] Start of 3.0.2-dev
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index ddf3227..b69630c 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php
@@ -55,7 +55,7 @@ * @var string * */ - define('CI_VERSION', '3.0.1-dev'); + define('CI_VERSION', '3.0.2-dev'); /* * ------------------------------------------------------