From 4bdde231f3309d9299c87b2246166e87acc93653 Mon Sep 17 00:00:00 2001 From: Coen Jacobs Date: Mon, 23 Dec 2019 13:24:56 +0100 Subject: [PATCH] Version bump to 0.5.1 --- bin/mozart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozart b/bin/mozart index f97cf1ac..a7a75297 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.0'); +}, '0.5.1');