mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Change application's version to v2.0.0-DEV
This commit is contained in:
parent
48dc0d9136
commit
ac4f5e8131
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "sylius/sylius",
|
||||
"type": "library",
|
||||
"version": "v2.0.0-alpha.3",
|
||||
"version": "v2.0.0-dev",
|
||||
"description": "E-Commerce platform for PHP, based on Symfony framework.",
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
|
|||
|
||||
final class SyliusCoreBundle extends AbstractResourceBundle
|
||||
{
|
||||
public const VERSION = '2.0.0-ALPHA.3';
|
||||
public const VERSION = '2.0.0-DEV';
|
||||
|
||||
public const VERSION_ID = '20000';
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ final class SyliusCoreBundle extends AbstractResourceBundle
|
|||
|
||||
public const RELEASE_VERSION = '0';
|
||||
|
||||
public const EXTRA_VERSION = 'ALPHA.3';
|
||||
public const EXTRA_VERSION = 'DEV';
|
||||
|
||||
/** @return string[] */
|
||||
public function getSupportedDrivers(): array
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue