leave + join error fix, windows check

This commit is contained in:
0xdcarns
2021-11-08 12:15:20 -05:00
parent 2abaa52932
commit 7e2be51b5b
3 changed files with 7 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ func main() {
app := cli.NewApp()
app.Name = "Netclient CLI"
app.Usage = "Netmaker's netclient agent and CLI. Used to perform interactions with Netmaker server and set local WireGuard config."
app.Version = "v0.8.5"
app.Version = "v0.8.6"
hostname, err := os.Hostname()
if err != nil {