Change application's version to v1.13.0-ALPHA.1

This commit is contained in:
Grzegorz Sadowski 2024-02-05 12:55:46 +01:00
parent 786c77421e
commit 2ba8a036a6
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "sylius/sylius", "name": "sylius/sylius",
"type": "library", "type": "library",
"version": "v1.13.0-dev", "version": "v1.13.0-alpha.1",
"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

@ -41,7 +41,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
final class SyliusCoreBundle extends AbstractResourceBundle final class SyliusCoreBundle extends AbstractResourceBundle
{ {
public const VERSION = '1.13.0-DEV'; public const VERSION = '1.13.0-ALPHA.1';
public const VERSION_ID = '11300'; public const VERSION_ID = '11300';
@ -51,7 +51,7 @@ final class SyliusCoreBundle extends AbstractResourceBundle
public const RELEASE_VERSION = '0'; public const RELEASE_VERSION = '0';
public const EXTRA_VERSION = 'DEV'; public const EXTRA_VERSION = 'ALPHA.1';
public function getSupportedDrivers(): array public function getSupportedDrivers(): array
{ {