mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Change application's version to v1.11.0-DEV
This commit is contained in:
parent
03efb18cd4
commit
a1ed0b4268
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "sylius/sylius",
|
||||
"type": "library",
|
||||
"version": "v1.11.0-beta.1",
|
||||
"version": "v1.11.0-dev",
|
||||
"description": "E-Commerce platform for PHP, based on Symfony framework.",
|
||||
"homepage": "https://sylius.com",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ use Webmozart\Assert\Assert;
|
|||
|
||||
class Kernel extends HttpKernel
|
||||
{
|
||||
public const VERSION = '1.11.0-BETA.1';
|
||||
public const VERSION = '1.11.0-DEV';
|
||||
|
||||
public const VERSION_ID = '11100';
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ class Kernel extends HttpKernel
|
|||
|
||||
public const RELEASE_VERSION = '0';
|
||||
|
||||
public const EXTRA_VERSION = 'BETA.1';
|
||||
public const EXTRA_VERSION = 'DEV';
|
||||
|
||||
public function __construct(string $environment, bool $debug)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue