From a67a34fae9883fd4eda505a1baa075969cc21c09 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Fri, 10 Nov 2017 13:45:06 +0100 Subject: [PATCH] Set Sylius version to 1.0.4-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 bb93fe0a55c..cfea5d51f20 100644 --- a/src/Sylius/Bundle/CoreBundle/Application/Kernel.php +++ b/src/Sylius/Bundle/CoreBundle/Application/Kernel.php @@ -29,12 +29,12 @@ class Kernel extends HttpKernel { - public const VERSION = '1.0.3'; - public const VERSION_ID = '10003'; + public const VERSION = '1.0.4-DEV'; + public const VERSION_ID = '10004'; public const MAJOR_VERSION = '1'; public const MINOR_VERSION = '0'; - public const RELEASE_VERSION = '3'; - public const EXTRA_VERSION = ''; + public const RELEASE_VERSION = '4'; + public const EXTRA_VERSION = 'DEV'; /** * {@inheritdoc}