Skip to content

Commit

Permalink
Change application's version to v1.3.0-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Sep 24, 2018
1 parent e2074e1 commit 76b1363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sylius/Bundle/CoreBundle/Application/Kernel.php
Expand Up @@ -31,12 +31,12 @@

class Kernel extends HttpKernel
{
public const VERSION = '1.3.0-BETA';
public const VERSION = '1.3.0-DEV';
public const VERSION_ID = '10300';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '3';
public const RELEASE_VERSION = '0';
public const EXTRA_VERSION = 'BETA';
public const EXTRA_VERSION = 'DEV';

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

0 comments on commit 76b1363

Please sign in to comment.