Change application's version to v1.6.4

This commit is contained in:
Kamil Kokot 2019-12-05 13:36:28 +01:00
parent e39b3ecbdb
commit 398be76bf6
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

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