From 10f71226b9fa64fded43470ee9d11e7170ca9bdd Mon Sep 17 00:00:00 2001 From: Coen Jacobs Date: Mon, 23 Dec 2019 12:09:26 +0100 Subject: [PATCH] Version bump to 0.5.0 --- bin/mozart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozart b/bin/mozart index 4cfdf883..f97cf1ac 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.4.0'); \ No newline at end of file +}, '0.5.0');