From 6dc6f99aceee7082d1b1e8e0ad3ff030153120a2 Mon Sep 17 00:00:00 2001 From: Chase Andries Date: Tue, 9 Apr 2024 14:38:09 -0400 Subject: [PATCH] Bump gogok8s version to v1.2.1 --- internal/commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/commands/root.go b/internal/commands/root.go index 6c74a9c..1ca44e5 100644 --- a/internal/commands/root.go +++ b/internal/commands/root.go @@ -27,7 +27,7 @@ var ( var rootCmd = &cobra.Command{ Use: "gogok8s", Short: "gogok8s helps manage your k8s cluster kubeconfig(s)", - Version: "v1.2.0", + Version: "v1.2.1", } //nolint:gochecknoinits