mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Change application's version to v1.13.9-dev
This commit is contained in:
parent
e64a8458cd
commit
77ad61f882
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "sylius/sylius",
|
||||
"type": "library",
|
||||
"version": "v1.13.8",
|
||||
"version": "v1.13.9-dev",
|
||||
"description": "E-Commerce platform for PHP, based on Symfony framework.",
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -43,17 +43,17 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
|
|||
|
||||
final class SyliusCoreBundle extends AbstractResourceBundle
|
||||
{
|
||||
public const VERSION = '1.13.8';
|
||||
public const VERSION = '1.13.9-DEV';
|
||||
|
||||
public const VERSION_ID = '11308';
|
||||
public const VERSION_ID = '11309';
|
||||
|
||||
public const MAJOR_VERSION = '1';
|
||||
|
||||
public const MINOR_VERSION = '13';
|
||||
|
||||
public const RELEASE_VERSION = '8';
|
||||
public const RELEASE_VERSION = '9';
|
||||
|
||||
public const EXTRA_VERSION = '';
|
||||
public const EXTRA_VERSION = 'DEV';
|
||||
|
||||
public function getSupportedDrivers(): array
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue