From 7e41898a3eb4b91e8ca274dc38f961e3f66f9e76 Mon Sep 17 00:00:00 2001 From: Anish Naik Date: Fri, 2 Aug 2024 13:48:32 -0400 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 7f7ec9ad..c08518b4 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -7,7 +7,7 @@ import ( "os" ) -const version = "0.1.5" +const version = "0.1.6" // rootCmd represents the root CLI command object which all other commands stem from. var rootCmd = &cobra.Command{