From ef99c9b8ddfbe46a0d91f6e90c60928025e49e48 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 1 Oct 2018 08:41:05 +0200 Subject: [PATCH] Change application's version to v1.3.1-DEV --- src/Sylius/Bundle/CoreBundle/Application/Kernel.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Sylius/Bundle/CoreBundle/Application/Kernel.php b/src/Sylius/Bundle/CoreBundle/Application/Kernel.php index a8982b4cd39..b737ced1f59 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'; - public const VERSION_ID = '10300'; + public const VERSION = '1.3.1-DEV'; + public const VERSION_ID = '10301'; public const MAJOR_VERSION = '1'; public const MINOR_VERSION = '3'; - public const RELEASE_VERSION = '0'; - public const EXTRA_VERSION = ''; + public const RELEASE_VERSION = '1'; + public const EXTRA_VERSION = 'DEV'; public function __construct(string $environment, bool $debug) {