From 2042929bab8ffc14faf6193de0107b7f95abbdaf Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 3 Mar 2022 15:09:04 +0200 Subject: [ci skip] Doc updates for 3.1.13 start and changelog entry for #6107 --- system/core/CodeIgniter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/core') 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'; /* * ------------------------------------------------------ -- cgit v1.2.3-24-g4f1b