From aa7da5336b061e0e9af36527c0e178382add9f54 Mon Sep 17 00:00:00 2001 From: tfirdaus <2067467+tfirdaus@users.noreply.github.com> Date: Wed, 30 Jul 2025 15:34:15 +0000 Subject: [PATCH] Bump version to 0.1.0 --- app/Commander.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commander.php b/app/Commander.php index 6c5f807..6ddbed7 100644 --- a/app/Commander.php +++ b/app/Commander.php @@ -14,7 +14,7 @@ final class Commander extends Application { - public const VERSION = '0.0.0'; + public const VERSION = '0.1.0'; public function __construct() {