Skip to content

Commit

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

class Kernel extends HttpKernel
{
public const VERSION = '1.3.16';
public const VERSION_ID = '10316';
public const VERSION = '1.3.17-DEV';
public const VERSION_ID = '10317';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '3';
public const RELEASE_VERSION = '16';
public const RELEASE_VERSION = '17';
public const EXTRA_VERSION = 'DEV';

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

0 comments on commit 4c44a50

Please sign in to comment.