diff --git a/bin/mager b/bin/mager index 22ff1f8..1f2abaa 100755 --- a/bin/mager +++ b/bin/mager @@ -20,7 +20,7 @@ $app = function (array $context) { $app = new ConsoleApplication($kernel); $app->setName('Mager Deploy'); - $app->setVersion('v0.0.9'); + $app->setVersion('v0.1.0'); return $app; };