Skip to content

Commit

Permalink
Change application's version to v1.5.0-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jan 23, 2019
1 parent 977081b commit 8af69e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Sylius/Bundle/CoreBundle/Application/Kernel.php
Expand Up @@ -31,10 +31,10 @@

class Kernel extends HttpKernel
{
public const VERSION = '1.4.0-DEV';
public const VERSION_ID = '10400';
public const VERSION = '1.5.0-DEV';
public const VERSION_ID = '10500';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '4';
public const MINOR_VERSION = '5';
public const RELEASE_VERSION = '0';
public const EXTRA_VERSION = 'DEV';

Expand Down

0 comments on commit 8af69e9

Please sign in to comment.