From 835e030ab6f6bd3dea372e5ccae717f007d7810e Mon Sep 17 00:00:00 2001 From: Denis Biondic Date: Mon, 29 Aug 2022 14:43:54 +0200 Subject: [PATCH] feat: version bump to 0.8.4 --- cmd/copsctl/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/copsctl/root.go b/cmd/copsctl/root.go index 41914c1..14172b5 100644 --- a/cmd/copsctl/root.go +++ b/cmd/copsctl/root.go @@ -23,10 +23,10 @@ var rootCmd = &cobra.Command{ \___\___/| .__/|___/\___|\__|_| |_| by Conplement AG - Version 0.8.3 + Version 0.8.4 `, - Version: "0.8.3", + Version: "0.8.4", } // Execute adds all child commands to the root command and sets flags appropriately.