From 8805406e516982c1d6e222b50a432f50fe7e2996 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sun, 5 Mar 2023 23:58:07 -0800 Subject: [PATCH] version bump --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 8a81379..dd0dc4f 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -var Version = "v0.2.2" +var Version = "v0.2.4" // versionCmd represents the version command var versionCmd = &cobra.Command{