Skip to content

Commit

Permalink
Change application's version to v1.3.1-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Oct 1, 2018
1 parent 18cf8dc commit ef99c9b
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.0';
public const VERSION_ID = '10300';
public const VERSION = '1.3.1-DEV';
public const VERSION_ID = '10301';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '3';
public const RELEASE_VERSION = '0';
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = '1';
public const EXTRA_VERSION = 'DEV';

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

0 comments on commit ef99c9b

Please sign in to comment.