Change application's version to v1.12.0-ALPHA.1

This commit is contained in:
Mateusz Zalewski 2022-09-19 23:43:30 +02:00
parent fb5390f477
commit 0c734dbea6
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"name": "sylius/sylius",
"type": "library",
"version": "v1.12.0-dev",
"version": "v1.12.0-alpha.1",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"homepage": "https://sylius.com",
"license": "MIT",

View file

@ -35,7 +35,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
final class SyliusCoreBundle extends AbstractResourceBundle
{
public const VERSION = '1.12.0-DEV';
public const VERSION = '1.12.0-ALPHA.1';
public const VERSION_ID = '11200';
@ -45,7 +45,7 @@ final class SyliusCoreBundle extends AbstractResourceBundle
public const RELEASE_VERSION = '0';
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = 'ALPHA.1';
public function getSupportedDrivers(): array
{