From c494b49f560ae3b062e8c38b7a7cbe7121c26cbb Mon Sep 17 00:00:00 2001 From: Prasetyo Wicaksono Date: Sun, 17 Nov 2024 21:04:25 +0700 Subject: [PATCH] chore: bump version --- bin/mager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mager b/bin/mager index 22ff1f8..1f2abaa 100755 --- a/bin/mager +++ b/bin/mager @@ -20,7 +20,7 @@ $app = function (array $context) { $app = new ConsoleApplication($kernel); $app->setName('Mager Deploy'); - $app->setVersion('v0.0.9'); + $app->setVersion('v0.1.0'); return $app; };