diff --git a/src/Sylius/Bundle/CoreBundle/Application/Kernel.php b/src/Sylius/Bundle/CoreBundle/Application/Kernel.php index 2169be545ef..696f620d60d 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.1.1-DEV'; + public const VERSION = '1.1.10'; public const VERSION_ID = '10110'; public const MAJOR_VERSION = '1'; public const MINOR_VERSION = '1'; public const RELEASE_VERSION = '10'; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; /** * {@inheritdoc}