Change application's version to v1.13.0-DEV

This commit is contained in:
Mateusz Zalewski 2022-10-12 12:11:38 +02:00
parent 81f03a4ca1
commit c22bd40bdd
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"name": "sylius/sylius",
"type": "library",
"version": "v1.12.0-dev",
"version": "v1.13.0-dev",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"homepage": "https://sylius.com",
"license": "MIT",
@ -242,7 +242,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
"dev-master": "1.13-dev"
},
"symfony": {
"allow-contrib": false

View file

@ -36,13 +36,13 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
final class SyliusCoreBundle extends AbstractResourceBundle
{
public const VERSION = '1.12.0-DEV';
public const VERSION = '1.13.0-DEV';
public const VERSION_ID = '11200';
public const VERSION_ID = '11300';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '12';
public const MINOR_VERSION = '13';
public const RELEASE_VERSION = '0';