mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Change application's version to v1.10.10-dev
This commit is contained in:
parent
198c1c47a3
commit
07f7b541b4
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "sylius/sylius",
|
"name": "sylius/sylius",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"version": "v1.10.9",
|
"version": "v1.10.10-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",
|
||||||
|
|
|
||||||
|
|
@ -31,17 +31,17 @@ use Webmozart\Assert\Assert;
|
||||||
|
|
||||||
class Kernel extends HttpKernel
|
class Kernel extends HttpKernel
|
||||||
{
|
{
|
||||||
public const VERSION = '1.10.9';
|
public const VERSION = '1.10.10-DEV';
|
||||||
|
|
||||||
public const VERSION_ID = '11009';
|
public const VERSION_ID = '11010';
|
||||||
|
|
||||||
public const MAJOR_VERSION = '1';
|
public const MAJOR_VERSION = '1';
|
||||||
|
|
||||||
public const MINOR_VERSION = '10';
|
public const MINOR_VERSION = '10';
|
||||||
|
|
||||||
public const RELEASE_VERSION = '9';
|
public const RELEASE_VERSION = '10';
|
||||||
|
|
||||||
public const EXTRA_VERSION = '';
|
public const EXTRA_VERSION = 'DEV';
|
||||||
|
|
||||||
public function __construct(string $environment, bool $debug)
|
public function __construct(string $environment, bool $debug)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue