From eef2d5ff1487521a310b15188535f5a3fb4165e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Thu, 24 Nov 2022 17:55:53 +0200 Subject: [PATCH] cmd/root: prepare for tag 0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nagy Károly Gábriel --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index ad7b078..acb79af 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -41,7 +41,7 @@ var rootCmd = &cobra.Command{ Use: "gomesh", Short: "Generate Wireguard Mesh VPN configurations", Long: "This little tool will generate and manage configuration files for Wireguard Mesh VPNs.", - Version: "0.1.0", + Version: "0.5.0", } // Execute adds all child commands to the root command and sets flags appropriately.