From f999a85a693f81f136533f9a04d778430648cb73 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Thu, 7 Nov 2024 15:10:05 +0100 Subject: [PATCH] Change application's version to v2.0.0-RC.1 --- composer.json | 2 +- src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a9cc560380..f265da5451 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sylius/sylius", "type": "library", - "version": "v2.0.0-dev", + "version": "v2.0.0-rc.1", "description": "E-Commerce platform for PHP, based on Symfony framework.", "homepage": "https://sylius.com", "license": "MIT", diff --git a/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php b/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php index b3566958f9..2bd0bcb12c 100644 --- a/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php +++ b/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php @@ -40,7 +40,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder; final class SyliusCoreBundle extends AbstractResourceBundle { - public const VERSION = '2.0.0-DEV'; + public const VERSION = '2.0.0-RC.1'; public const VERSION_ID = '20000'; @@ -50,7 +50,7 @@ final class SyliusCoreBundle extends AbstractResourceBundle public const RELEASE_VERSION = '0'; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = 'RC.1'; /** @return string[] */ public function getSupportedDrivers(): array