Change application's version to v1.11.9

This commit is contained in:
Mateusz Zalewski 2022-10-03 11:57:25 +02:00
parent 4fae94107a
commit d3c41604e8
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"name": "sylius/sylius",
"type": "library",
"version": "v1.11.9-dev",
"version": "v1.11.9",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"homepage": "https://sylius.com",
"license": "MIT",

View file

@ -31,7 +31,7 @@ use Webmozart\Assert\Assert;
class Kernel extends HttpKernel
{
public const VERSION = '1.11.9-DEV';
public const VERSION = '1.11.9';
public const VERSION_ID = '11109';
@ -41,7 +41,7 @@ class Kernel extends HttpKernel
public const RELEASE_VERSION = '9';
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';
public function __construct(string $environment, bool $debug)
{