From c95732dff31a4c9c39b4d9150f535c7f7961377a Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 1 Feb 2021 18:16:17 +0100 Subject: [PATCH] Change application's version to v1.9.0-BETA.1 --- src/Sylius/Bundle/CoreBundle/Application/Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Sylius/Bundle/CoreBundle/Application/Kernel.php b/src/Sylius/Bundle/CoreBundle/Application/Kernel.php index 01c9f16396..6268b96b5b 100644 --- a/src/Sylius/Bundle/CoreBundle/Application/Kernel.php +++ b/src/Sylius/Bundle/CoreBundle/Application/Kernel.php @@ -31,7 +31,7 @@ use Webmozart\Assert\Assert; class Kernel extends HttpKernel { - public const VERSION = '1.9.0-DEV'; + public const VERSION = '1.9.0-BETA.1'; public const VERSION_ID = '10900'; @@ -41,7 +41,7 @@ class Kernel extends HttpKernel public const RELEASE_VERSION = '0'; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = 'BETA.1'; public function __construct(string $environment, bool $debug) {