From 32379db04da83a39239151b95f5f64dbcbb0cdfb Mon Sep 17 00:00:00 2001 From: Monika Date: Thu, 3 Sep 2026 17:24:10 +0530 Subject: [PATCH] Update the version from 5.6.3 to 5.6.4 --- VERSION | 2 +- src/RealLoader.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 803d94e16..1f8428b5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.6.3 +5.6.4 diff --git a/src/RealLoader.php b/src/RealLoader.php index c79be4792..427fd130b 100644 --- a/src/RealLoader.php +++ b/src/RealLoader.php @@ -58,8 +58,8 @@ abstract class RealLoader throw new \LogicException(self::$errorMessageGantryLoaded); } - define('GANTRY5_VERSION', '5.6.3'); - define('GANTRY5_VERSION_DATE', '2026-08-25'); + define('GANTRY5_VERSION', '5.6.4'); + define('GANTRY5_VERSION_DATE', '2026-09-03'); if (!defined('DS')) { define('DS', DIRECTORY_SEPARATOR);