From d0a83a2321830ae37607058f6a0efce10aba844e Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Tue, 12 Nov 2024 17:39:09 +0100 Subject: [PATCH] Fix application's version v1.14.1-DEV --- src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php b/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php index ac542f71a1..57f1d8813a 100644 --- a/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php +++ b/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php @@ -45,7 +45,7 @@ final class SyliusCoreBundle extends AbstractResourceBundle { public const VERSION = '1.14.1-DEV'; - public const VERSION_ID = '11400'; + public const VERSION_ID = '11401'; public const MAJOR_VERSION = '1';