From 951287a4b819e7ea6e5783357a56e9ad9e954710 Mon Sep 17 00:00:00 2001 From: Coen Jacobs Date: Sat, 23 May 2020 09:37:59 +0200 Subject: [PATCH] Version bump to release 0.6.0 beta --- bin/mozart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozart b/bin/mozart index a7a75297..b84e56b0 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.5.1'); +}, '0.6.0');