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-BETA.1
This commit is contained in:
parent
76a2ffa9b8
commit
809af5c175
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "sylius/sylius",
|
||||
"type": "library",
|
||||
"version": "v2.0.0-dev",
|
||||
"version": "v2.0.0-beta.1",
|
||||
"description": "E-Commerce platform for PHP, based on Symfony framework.",
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
|
|||
|
||||
final class SyliusCoreBundle extends AbstractResourceBundle
|
||||
{
|
||||
public const VERSION = '2.0.0-DEV';
|
||||
public const VERSION = '2.0.0-BETA.1';
|
||||
|
||||
public const VERSION_ID = '20000';
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ final class SyliusCoreBundle extends AbstractResourceBundle
|
|||
|
||||
public const RELEASE_VERSION = '0';
|
||||
|
||||
public const EXTRA_VERSION = 'DEV';
|
||||
public const EXTRA_VERSION = 'BETA.1';
|
||||
|
||||
/** @return string[] */
|
||||
public function getSupportedDrivers(): array
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue