From 8af69e90c30c9b7cc9d8d24516293b2cec86a7f3 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Wed, 23 Jan 2019 15:45:34 +0100 Subject: [PATCH] Change application's version to v1.5.0-DEV --- src/Sylius/Bundle/CoreBundle/Application/Kernel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Sylius/Bundle/CoreBundle/Application/Kernel.php b/src/Sylius/Bundle/CoreBundle/Application/Kernel.php index dcdffeea00d..85eb2de2988 100644 --- a/src/Sylius/Bundle/CoreBundle/Application/Kernel.php +++ b/src/Sylius/Bundle/CoreBundle/Application/Kernel.php @@ -31,10 +31,10 @@ class Kernel extends HttpKernel { - public const VERSION = '1.4.0-DEV'; - public const VERSION_ID = '10400'; + public const VERSION = '1.5.0-DEV'; + public const VERSION_ID = '10500'; public const MAJOR_VERSION = '1'; - public const MINOR_VERSION = '4'; + public const MINOR_VERSION = '5'; public const RELEASE_VERSION = '0'; public const EXTRA_VERSION = 'DEV';