mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Change application's version to v1.14.0-DEV
This commit is contained in:
parent
aaaf981830
commit
15c7d3a413
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "sylius/sylius",
|
"name": "sylius/sylius",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"version": "v1.14.0-rc.1",
|
"version": "v1.14.0-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",
|
||||||
|
|
|
||||||
|
|
@ -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-RC.1';
|
public const VERSION = '1.14.0-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 = 'RC.1';
|
public const EXTRA_VERSION = 'DEV';
|
||||||
|
|
||||||
public function getSupportedDrivers(): array
|
public function getSupportedDrivers(): array
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue