Skip to content

Commit

Permalink
Generate changelog for v1.2.2-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jul 5, 2018
1 parent 4dd0c1c commit dbb9a2e
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.2.1';
public const VERSION_ID = '10201';
public const VERSION = '1.2.2-DEV';
public const VERSION_ID = '10202';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '2';
public const RELEASE_VERSION = '1';
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = '2';
public const EXTRA_VERSION = 'DEV';

/**
* {@inheritdoc}
Expand Down

0 comments on commit dbb9a2e

Please sign in to comment.