Skip to content

Commit

Permalink
Change version to v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Dec 30, 2017
1 parent dde0d95 commit c316990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sylius/Bundle/CoreBundle/Application/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@

class Kernel extends HttpKernel
{
public const VERSION = '1.0.7-DEV';
public const VERSION = '1.0.7';
public const VERSION_ID = '10007';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '0';
public const RELEASE_VERSION = '7';
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';

/**
* {@inheritdoc}
Expand Down

0 comments on commit c316990

Please sign in to comment.