Change application's version to v1.12.0-DEV

This commit is contained in:
Mateusz Zalewski 2022-10-19 19:21:58 +02:00
parent 0b3195bcb3
commit 18365dabc8
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-rc.1",
"version": "v1.12.0-dev",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"homepage": "https://sylius.com",
"license": "MIT",

View file

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