From 7125807e96feb2357bdeeb96ba16ad05d1c0f5fd Mon Sep 17 00:00:00 2001 From: Mariusz Krzaczkowski Date: Fri, 19 Aug 2022 13:47:10 +0200 Subject: [PATCH] 6.4.0 --- config/Version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Version.php b/config/Version.php index 2e904790..ea50ca69 100644 --- a/config/Version.php +++ b/config/Version.php @@ -19,9 +19,9 @@ class Version /** * @var string Application version. */ - const APP = '6.3.8'; + const APP = '6.4.0'; /** * @var string Date of publication of the application. */ - const DATE = '2022.08.03'; + const DATE = '2022.08.19'; }