From 3af537c3ddb01b9bee634412cbfa5cfd842940d1 Mon Sep 17 00:00:00 2001 From: cdn0x12 Date: Wed, 23 Apr 2025 08:02:00 +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 cde53c4..935c8a1 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.3.0" +const Version = "0.4.0" // Usage stores the general usage information const Usage = `Usage: sub-cli [command] [options]