Update the version from 5.6.3 to 5.6.4

This commit is contained in:
Monika
2026-09-03 17:24:10 +05:30
parent dce2fa573e
commit 32379db04d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
5.6.3
5.6.4
+2 -2
View File
@@ -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);