updating readme and versions

This commit is contained in:
afeiszli
2021-11-29 08:16:35 -05:00
parent dc6ee1a18a
commit 11a0ecdbb8
12 changed files with 314 additions and 15 deletions

View File

@@ -24,7 +24,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.9.0"
app.Version = "v0.9.1"
hostname, err := os.Hostname()
if err != nil {