Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot] 0f23b029f0 chore: bump version to v1.3.0 2025-12-05 12:43:09 +00:00
+1 -1
View File
@@ -14,7 +14,7 @@ import (
// Version variables injected by GoReleaser at build time via ldflags
var (
version = "v1.2"
version = "v1.3.0"
)
// GitHubAPIURL is the URL for fetching CLI version tags (exported for testing)