Skip to content

Commit

Permalink
Change application's version to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Mar 1, 2021
1 parent a0b7597 commit 0ea572c
Showing 1 changed file with 2 additions and 2 deletions.
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.9.0-DEV';
public const VERSION = '1.9.0';

public const VERSION_ID = '10900';

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

public const RELEASE_VERSION = '0';

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

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

0 comments on commit 0ea572c

Please sign in to comment.