Skip to content

Commit

Permalink
Set version to v1.1.3-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Mar 16, 2018
1 parent 6a6162d commit 74c6982
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Sylius/Bundle/CoreBundle/Application/Kernel.php
Expand Up @@ -31,12 +31,12 @@

class Kernel extends HttpKernel
{
public const VERSION = '1.1.2';
public const VERSION_ID = '10102';
public const VERSION = '1.1.3-DEV';
public const VERSION_ID = '10103';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '1';
public const RELEASE_VERSION = '2';
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = '3';
public const EXTRA_VERSION = 'DEV';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 74c6982

Please sign in to comment.