From e8b833c16c10cb617380d9e9beca33d7ce847b44 Mon Sep 17 00:00:00 2001 From: Coen Jacobs Date: Fri, 24 Mar 2017 11:14:34 +0100 Subject: [PATCH] Version bump for bin file --- bin/mozart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozart b/bin/mozart index f661dddc..435085fa 100755 --- a/bin/mozart +++ b/bin/mozart @@ -22,4 +22,4 @@ call_user_func(function ($version) { $app = new CoenJacobs\Mozart\Console\Application($version); $app->run(); -}, '0.1.0'); \ No newline at end of file +}, '0.2.0'); \ No newline at end of file