Skip to content

Commit 2f37ea2

Browse files
author
cg33
committed
release v0.3.1
1 parent 23df35d commit 2f37ea2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admincli/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GOCMD=go
22
GOBUILD=$(GOCMD) build
33
BINARY_NAME=admincli
4-
LASTVERSION=v0.2.6
5-
VERSION=v0.3.0
4+
LASTVERSION=v0.3.0
5+
VERSION=v0.3.1
66

77
all:
88
GO111MODULE=on $(GOBUILD) -o ./build/mac/$(BINARY_NAME)

modules/system/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package system
22

3-
const Version = "v0.3.0"
3+
const Version = "v0.3.1"

0 commit comments

Comments
 (0)