From 44c7e9bee5ac3d163e9db4469d965828cc1b5d56 Mon Sep 17 00:00:00 2001 From: cdn0x12 Date: Wed, 23 Apr 2025 15:30:15 +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 24b4535..a469714 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.4.0" +const Version = "0.5.0" // Usage stores the general usage information const Usage = `Usage: sub-cli [command] [options]