mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Change application's version to v1.9.0-BETA.1
This commit is contained in:
parent
643736bb59
commit
c95732dff3
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ use Webmozart\Assert\Assert;
|
|||
|
||||
class Kernel extends HttpKernel
|
||||
{
|
||||
public const VERSION = '1.9.0-DEV';
|
||||
public const VERSION = '1.9.0-BETA.1';
|
||||
|
||||
public const VERSION_ID = '10900';
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ class Kernel extends HttpKernel
|
|||
|
||||
public const RELEASE_VERSION = '0';
|
||||
|
||||
public const EXTRA_VERSION = 'DEV';
|
||||
public const EXTRA_VERSION = 'BETA.1';
|
||||
|
||||
public function __construct(string $environment, bool $debug)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue