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