From baff3898490df36f13b0d4378f83ab0e9fa507aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Thu, 13 May 2021 16:32:45 +0300 Subject: [PATCH] release v0.0.2 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 8782c6a..e43272f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -36,7 +36,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.0.1", + Version: "0.0.2", } // Execute adds all child commands to the root command and sets flags appropriately.