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'; /* * ------------------------------------------------------