Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sstalle committed Jul 25, 2017
1 parent 3c7aea6 commit b2b8e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.2.1-dev
## Version 1.2.1
* Fixed fatal error when trying to access ```ContainerBuilder::$outputFormat``` on PHP 5.3.3

## Version 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Application extends \Symfony\Component\Console\Application
{
const VERSION = '1.2.1-dev';
const VERSION = '1.2.1';

/**
* {@inheritdoc}
Expand Down

0 comments on commit b2b8e01

Please sign in to comment.