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