From 7ddaac6aba1b96e23e9659aaa76786ae605c28bb Mon Sep 17 00:00:00 2001 From: cdn0x12 Date: Wed, 23 Apr 2025 19:33:26 +0800 Subject: [PATCH] chore: bump version --- internal/config/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/constants.go b/internal/config/constants.go index d58f4ba..fcb18dd 100644 --- a/internal/config/constants.go +++ b/internal/config/constants.go @@ -1,7 +1,7 @@ package config // Version stores the current application version -const Version = "0.5.2" +const Version = "0.6.0" // Usage stores the general usage information const Usage = `Usage: sub-cli [command] [options]