Change application's version to v1.12.2-dev

This commit is contained in:
Grzegorz Sadowski 2022-12-08 14:28:51 +01:00
parent 76d71452c3
commit 83dd5f356a
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -37,17 +37,17 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
final class SyliusCoreBundle extends AbstractResourceBundle
{
public const VERSION = '1.12.1';
public const VERSION = '1.12.2-DEV';
public const VERSION_ID = '11201';
public const VERSION_ID = '11202';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '12';
public const RELEASE_VERSION = '1';
public const RELEASE_VERSION = '2';
public const EXTRA_VERSION = '';
public const EXTRA_VERSION = 'DEV';
public function getSupportedDrivers(): array
{