diff options
author | Andrey Andreev <narf@devilix.net> | 2022-03-03 14:09:04 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-03-03 14:09:04 +0100 |
commit | 2042929bab8ffc14faf6193de0107b7f95abbdaf (patch) | |
tree | 689799f2828b52b57cfc7e8d9c088006c213ffa8 /system | |
parent | 68ff9c151bbcf6192580f7a09b6097f60bd12af7 (diff) |
[ci skip] Doc updates for 3.1.13 start and changelog entry for #6107
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 e1d5d07d1..2a61a32f7 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -56,7 +56,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); * @var string * */ - const CI_VERSION = '3.1.12-dev'; + const CI_VERSION = '3.1.13-dev'; /* * ------------------------------------------------------ |