Skip to content

Commit

Permalink
Change application's version to v1.4.13-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jan 27, 2020
1 parent 79b2f2a commit 0c2b646
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Sylius/Bundle/CoreBundle/Application/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@

class Kernel extends HttpKernel
{
public const VERSION = '1.4.12';
public const VERSION = '1.4.13-DEV';

public const VERSION_ID = '10412';
public const VERSION_ID = '10413';

public const MAJOR_VERSION = '1';

public const MINOR_VERSION = '4';

public const RELEASE_VERSION = '12';
public const RELEASE_VERSION = '13';

public const EXTRA_VERSION = '';
public const EXTRA_VERSION = 'DEV';

public function __construct(string $environment, bool $debug)
{
Expand Down

0 comments on commit 0c2b646

Please sign in to comment.