Skip to content

Commit

Permalink
bump new major version 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 11, 2021
1 parent 8982bfe commit 511c6a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.

## [Unreleased]

## [6.0.0] - 2021-12-11

### Added

- Phar manifest (`--manifest` option) is available with Phar version only
Expand Down
1 change: 1 addition & 0 deletions cli-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Tools\Console\ConsoleRunner;

use Symfony\Component\DependencyInjection\ContainerBuilder;

require_once __DIR__ . '/config/bootstrap.php';
Expand Down
2 changes: 1 addition & 1 deletion src/Presentation/Console/ApplicationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
interface ApplicationInterface extends ContainerAwareInterface
{
public const NAME = 'phpCompatInfo';
public const VERSION = '6.0.x-dev';
public const VERSION = '6.0.0';

/**
* @param CommandLoaderInterface $commandLoader
Expand Down

0 comments on commit 511c6a6

Please sign in to comment.