From 2e6a31b15fcbe091b6c9796e6fa4fb1c2fc5c768 Mon Sep 17 00:00:00 2001 From: alexey Date: Sun, 15 May 2016 17:45:20 +0300 Subject: [PATCH] v1.1.0 --- src/Infrastructure/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/Application.php b/src/Infrastructure/Application.php index d8f5edb..17aa0a3 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.1.0-dev'; + const VERSION = '1.1.0'; /** * {@inheritdoc}