From 76b13633402ab37f10954efdc66a166c13c868e0 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 24 Sep 2018 17:22:14 +0200 Subject: [PATCH] Change application's version to v1.3.0-DEV --- 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 32da51b89c9..990c4ba4359 100644 --- a/src/Sylius/Bundle/CoreBundle/Application/Kernel.php +++ b/src/Sylius/Bundle/CoreBundle/Application/Kernel.php @@ -31,12 +31,12 @@ class Kernel extends HttpKernel { - public const VERSION = '1.3.0-BETA'; + public const VERSION = '1.3.0-DEV'; public const VERSION_ID = '10300'; public const MAJOR_VERSION = '1'; public const MINOR_VERSION = '3'; public const RELEASE_VERSION = '0'; - public const EXTRA_VERSION = 'BETA'; + public const EXTRA_VERSION = 'DEV'; public function __construct(string $environment, bool $debug) {