Change application's version to v2.0.5-dev

This commit is contained in:
Grzegorz Sadowski 2025-02-26 12:15:50 +01:00
parent 5167995f6d
commit 771fb21436
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"name": "sylius/sylius",
"type": "library",
"version": "v2.0.4",
"version": "v2.0.5-dev",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"homepage": "https://sylius.com",
"license": "MIT",

View file

@ -40,7 +40,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
final class SyliusCoreBundle extends AbstractResourceBundle
{
public const VERSION = '2.0.4';
public const VERSION = '2.0.5-DEV';
public const VERSION_ID = '20004';
@ -48,9 +48,9 @@ final class SyliusCoreBundle extends AbstractResourceBundle
public const MINOR_VERSION = '0';
public const RELEASE_VERSION = '4';
public const RELEASE_VERSION = '5';
public const EXTRA_VERSION = '';
public const EXTRA_VERSION = 'DEV';
/** @return string[] */
public function getSupportedDrivers(): array