Change application's version to v1.13.8

This commit is contained in:
Grzegorz Sadowski 2024-10-30 11:58:40 +01:00
parent 1899956f33
commit 8078ae298e
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",
"type": "library",
"version": "v1.13.8-dev",
"version": "v1.13.8",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"homepage": "https://sylius.com",
"license": "MIT",

View file

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