Change application's version to v1.14.1-DEV

This commit is contained in:
Grzegorz Sadowski 2024-11-12 17:04:34 +01:00
parent 57dcd9e532
commit f5f914d549
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.14.0", "version": "v1.14.1-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,7 +43,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
final class SyliusCoreBundle extends AbstractResourceBundle final class SyliusCoreBundle extends AbstractResourceBundle
{ {
public const VERSION = '1.14.0'; public const VERSION = '1.14.1-DEV';
public const VERSION_ID = '11400'; public const VERSION_ID = '11400';
@ -53,7 +53,7 @@ final class SyliusCoreBundle extends AbstractResourceBundle
public const RELEASE_VERSION = '0'; public const RELEASE_VERSION = '0';
public const EXTRA_VERSION = ''; public const EXTRA_VERSION = 'DEV';
public function getSupportedDrivers(): array public function getSupportedDrivers(): array
{ {