diff options
author | Andrey Andreev <narf@devilix.net> | 2015-10-31 18:30:41 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-10-31 18:30:41 +0100 |
commit | 0abc55a22535586929fb146a81d1cee68dbccd10 (patch) | |
tree | 74da8cb615aec63817928591e61872b6242292a5 /system/core | |
parent | f8deea583f0cb68a83a44d361c0db3c86f387f95 (diff) |
[ci skip] Update changelog, version & upgrade instructions
Diffstat (limited to 'system/core')
-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 8cea813a2..5080dc6d1 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.3-dev'); + define('CI_VERSION', '3.0.3'); /* * ------------------------------------------------------ |