Change application's version to v2.2.6-dev

This commit is contained in:
TheMilek 2026-04-10 10:59:14 +02:00
parent 0b0bc2d68b
commit 11373d8bf9
No known key found for this signature in database
GPG key ID: A3F43F426B5286AA
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -40,17 +40,17 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
final class SyliusCoreBundle extends AbstractResourceBundle
{
public const VERSION = '2.2.5';
public const VERSION = '2.2.6-DEV';
public const VERSION_ID = '20205';
public const VERSION_ID = '20206';
public const MAJOR_VERSION = '2';
public const MINOR_VERSION = '2';
public const RELEASE_VERSION = '5';
public const RELEASE_VERSION = '6';
public const EXTRA_VERSION = '';
public const EXTRA_VERSION = 'DEV';
/** @return string[] */
public function getSupportedDrivers(): array