mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
Change application's version to v1.1.18-DEV
This commit is contained in:
parent
e665888ffa
commit
39a7d40ad2
1 changed files with 4 additions and 4 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue