From a007df49e6a9d1fe2e902d7960a58b75a01a67df Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Thu, 13 Apr 2023 13:54:58 -0500 Subject: [PATCH] Release 1.1.0 --- cmd/root/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root/root.go b/cmd/root/root.go index 31454a3..467fc38 100644 --- a/cmd/root/root.go +++ b/cmd/root/root.go @@ -16,7 +16,7 @@ import ( "github.com/spf13/cobra" ) -var version = "1.0.0" +var version = "1.1.0" func NewRootCmd() *cobra.Command { root := &cobra.Command{