From f06b2f7f0120c3cf40e32ac8f8333677eed69456 Mon Sep 17 00:00:00 2001 From: Jeremy Levy Date: Tue, 1 Nov 2022 17:19:33 +0100 Subject: [PATCH] bump cli version --- internal/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/root.go b/internal/cmd/root.go index b23acb1..71c7f90 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -35,7 +35,7 @@ From there, the most common workflow is: TraverseChildren: true, - Version: "v0.0.3", + Version: "v0.0.4", } // Execute adds all child commands to the root command and sets flags appropriately.