From 9df980bcf0e04f57edfac0a9c891143c83410be0 Mon Sep 17 00:00:00 2001 From: Elfet Date: Mon, 7 Jul 2014 16:35:41 +0400 Subject: [PATCH] Update version to 1.0.1 (first patch). --- bin/dep | 2 +- build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dep b/bin/dep index 1ff94b90..a6611acd 100755 --- a/bin/dep +++ b/bin/dep @@ -32,7 +32,7 @@ $deployFile = getcwd() . '/deploy.php'; if (is_file($deployFile) && is_readable($deployFile)) { // Init Deployer $deployer = new \Deployer\Deployer( - new \Symfony\Component\Console\Application('Deployer', '1.0.0'), + new \Symfony\Component\Console\Application('Deployer', '1.0.1'), new \Symfony\Component\Console\Input\ArgvInput(), new \Symfony\Component\Console\Output\ConsoleOutput() ); diff --git a/build b/build index 396e2957..68dedced 100755 --- a/build +++ b/build @@ -2,7 +2,7 @@