From 0279e65cee11bafe464ef2b23b31550121bd5562 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sun, 5 Mar 2023 23:48:13 -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 21917bf..ff02c84 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -var Version = "v0.2.0" +var Version = "v0.2.1" // versionCmd represents the version command var versionCmd = &cobra.Command{