From b2b8e01c42c7a4985fe25db7c154c733cb9464d0 Mon Sep 17 00:00:00 2001 From: alexey Date: Tue, 25 Jul 2017 14:26:51 +0400 Subject: [PATCH] v1.2.1 --- CHANGELOG.md | 2 +- src/Infrastructure/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9175c15..3682084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/Infrastructure/Application.php b/src/Infrastructure/Application.php index 2937629..082a2d4 100644 --- a/src/Infrastructure/Application.php +++ b/src/Infrastructure/Application.php @@ -6,7 +6,7 @@ class Application extends \Symfony\Component\Console\Application { - const VERSION = '1.2.1-dev'; + const VERSION = '1.2.1'; /** * {@inheritdoc}