Change application's version to v1.13.8-dev

This commit is contained in:
Grzegorz Sadowski 2024-10-15 11:21:30 +02:00
parent a01449ff84
commit 7f7f7b06c1
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", "name": "sylius/sylius",
"type": "library", "type": "library",
"version": "v1.13.7", "version": "v1.13.8-dev",
"description": "E-Commerce platform for PHP, based on Symfony framework.", "description": "E-Commerce platform for PHP, based on Symfony framework.",
"homepage": "https://sylius.com", "homepage": "https://sylius.com",
"license": "MIT", "license": "MIT",

View file

@ -43,17 +43,17 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
final class SyliusCoreBundle extends AbstractResourceBundle final class SyliusCoreBundle extends AbstractResourceBundle
{ {
public const VERSION = '1.13.7'; public const VERSION = '1.13.8-DEV';
public const VERSION_ID = '11307'; public const VERSION_ID = '11308';
public const MAJOR_VERSION = '1'; public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '13'; public const MINOR_VERSION = '13';
public const RELEASE_VERSION = '7'; public const RELEASE_VERSION = '8';
public const EXTRA_VERSION = ''; public const EXTRA_VERSION = 'DEV';
public function getSupportedDrivers(): array public function getSupportedDrivers(): array
{ {