Change application's version to v1.9.0-DEV

This commit is contained in:
Kamil Kokot 2021-02-15 20:22:30 +00:00
parent 7f01592d53
commit ab6a0e7139

View file

@ -31,7 +31,7 @@ use Webmozart\Assert\Assert;
class Kernel extends HttpKernel
{
public const VERSION = '1.9.0-BETA.3';
public const VERSION = '1.9.0-DEV';
public const VERSION_ID = '10900';
@ -41,7 +41,7 @@ class Kernel extends HttpKernel
public const RELEASE_VERSION = '0';
public const EXTRA_VERSION = 'BETA.3';
public const EXTRA_VERSION = 'DEV';
public function __construct(string $environment, bool $debug)
{