From 2b31a5edf3a4d822e5b23cffd1e2e44875b1f0a5 Mon Sep 17 00:00:00 2001 From: Coen Jacobs Date: Thu, 27 Jun 2019 11:52:52 +0200 Subject: [PATCH] Version bump to 0.4.0 --- bin/mozart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozart b/bin/mozart index 9a223c03..4cfdf883 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.3.0'); \ No newline at end of file +}, '0.4.0'); \ No newline at end of file