mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Change application's version to v1.13.0-DEV
This commit is contained in:
parent
81f03a4ca1
commit
c22bd40bdd
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue