Merge pull request #248 from gravitl/v0.7.2

V0.7.2
This commit is contained in:
Alex 2021-08-20 10:16:47 -04:00 committed by GitHub
commit 006fc1cfb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View file

@ -1,7 +1,12 @@
netmaker
netmaker-arm
netmaker-arm64
netmaker-32
netmaker-amd64
netclient/netclient
netclient/files/netclient
netclient/netclient-amd64
netclient/netclient-arm
netclient/netclient-arm64
netclient/netclient-32
config/dnsconfig/

View file

@ -17,7 +17,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.7.1"
app.Version = "v0.7.2"
cliFlags := []cli.Flag{
&cli.StringFlag{

BIN
netclient/netclient-32 Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
netmaker-arm Executable file

Binary file not shown.