Skip to content

Commit

Permalink
Change application's version to v1.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Apr 8, 2022
1 parent 9d2721b commit 61bd210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sylius/sylius",
"type": "library",
"version": "v1.10.12-dev",
"version": "v1.10.12",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"homepage": "https://sylius.com",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/Sylius/Bundle/CoreBundle/Application/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

class Kernel extends HttpKernel
{
public const VERSION = '1.10.12-DEV';
public const VERSION = '1.10.12';

public const VERSION_ID = '11012';

Expand All @@ -41,7 +41,7 @@ class Kernel extends HttpKernel

public const RELEASE_VERSION = '12';

public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';

public function __construct(string $environment, bool $debug)
{
Expand Down

0 comments on commit 61bd210

Please sign in to comment.