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 23df35d commit 2f37ea2Copy full SHA for 2f37ea2
admincli/Makefile
@@ -1,8 +1,8 @@
1
GOCMD=go
2
GOBUILD=$(GOCMD) build
3
BINARY_NAME=admincli
4
-LASTVERSION=v0.2.6
5
-VERSION=v0.3.0
+LASTVERSION=v0.3.0
+VERSION=v0.3.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.3.0"
+const Version = "v0.3.1"
0 commit comments