From 06f0bf311777a081bfb0561ea1343cc7e73bd161 Mon Sep 17 00:00:00 2001 From: JMOrbegoso <60024333+JMOrbegoso@users.noreply.github.com> Date: Mon, 28 Aug 2023 07:49:38 -0500 Subject: [PATCH] Update version --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 51b9a60..3683035 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -22,7 +22,7 @@ import ( ) var ( - version = "v0.0.4" + version = "v0.0.5" ) // rootCmd represents the base command when called without any subcommands