Change application's version to v1.1.18-DEV

This commit is contained in:
Kamil Kokot 2019-03-04 16:36:21 +01:00
parent e665888ffa
commit 39a7d40ad2
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -31,12 +31,12 @@ use Webmozart\Assert\Assert;
class Kernel extends HttpKernel
{
public const VERSION = '1.1.17';
public const VERSION_ID = '10117';
public const VERSION = '1.1.18-DEV';
public const VERSION_ID = '10118';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '1';
public const RELEASE_VERSION = '17';
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = '18';
public const EXTRA_VERSION = 'DEV';
/**
* {@inheritdoc}