From f467fba1f6c7cf7fbc09863ba0a7aeecca8ad515 Mon Sep 17 00:00:00 2001 From: tfirdaus <2067467+tfirdaus@users.noreply.github.com> Date: Sun, 21 Dec 2025 19:36:23 +0000 Subject: [PATCH] Bump version to 0.2.0 --- app/Commander.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commander.php b/app/Commander.php index 6ddbed7..dffef5d 100644 --- a/app/Commander.php +++ b/app/Commander.php @@ -14,7 +14,7 @@ final class Commander extends Application { - public const VERSION = '0.1.0'; + public const VERSION = '0.2.0'; public function __construct() {