We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a4890 commit 991e1e2Copy full SHA for 991e1e2
admincli/Makefile
@@ -1,8 +1,8 @@
1
GOCMD=go
2
GOBUILD=$(GOCMD) build
3
BINARY_NAME=admincli
4
-LASTVERSION=v0.3.1
5
-VERSION=v0.4.0
+LASTVERSION=v0.4.0
+VERSION=v0.4.1
6
7
all:
8
GO111MODULE=on $(GOBUILD) -o ./build/mac/$(BINARY_NAME)
modules/system/version.go
@@ -1,3 +1,3 @@
package system
-const Version = "v0.4.0"
+const Version = "v0.4.1"
0 commit comments