Skip to content

Commit

Permalink
Change application's version to v1.3.7-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Dec 17, 2018
1 parent 52b564d commit a4cbc7b
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.3.6';
public const VERSION_ID = '10306';
public const VERSION = '1.3.7-DEV';
public const VERSION_ID = '10307';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '3';
public const RELEASE_VERSION = '6';
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = '7';
public const EXTRA_VERSION = 'DEV';

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

0 comments on commit a4cbc7b

Please sign in to comment.