From de1a6f4217896ebb4500419c6b01e4f995a697b6 Mon Sep 17 00:00:00 2001 From: Jeremy Levy Date: Mon, 31 Oct 2022 20:21:07 +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 feb0a6f..8f7d584 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.1", + Version: "v0.0.2", } // Execute adds all child commands to the root command and sets flags appropriately.