From bcdcf598ea1aeee18ec88ed7d42e086d3e807ac4 Mon Sep 17 00:00:00 2001 From: cdn0x12 Date: Wed, 23 Apr 2025 16:31:06 +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 a469714..fc6cf95 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.0" +const Version = "0.5.1" // Usage stores the general usage information const Usage = `Usage: sub-cli [command] [options]