From e0cd3337c634f6520a5848dab9ee4b3e30dc9b24 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Tue, 10 Jul 2018 13:19:38 +0200 Subject: [PATCH] Change application's version to v1.0.18 --- 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 b5516130514..5be29403ba5 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.0.18-DEV'; + public const VERSION = '1.0.18'; public const VERSION_ID = '10018'; public const MAJOR_VERSION = '1'; public const MINOR_VERSION = '0'; public const RELEASE_VERSION = '18'; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; /** * {@inheritdoc}