From 2e8d82ff73365150a533703df2ea1a22de485375 Mon Sep 17 00:00:00 2001 From: AJ Dunn Date: Tue, 8 Sep 2026 11:16:59 +0930 Subject: [PATCH] fix: Correct CI_VERSION declaration to 3.4.4. Fix #52. Update CI_VERSION in system/core/CodeIgniter.php from 3.4.2 to 3.4.4 to match the current release version. --- system/core/CodeIgniter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index ff3e150cbe..df1a29491a 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -56,7 +56,7 @@ * @var string * */ - const CI_VERSION = '3.4.2'; + const CI_VERSION = '3.4.4'; /* * ------------------------------------------------------