Skip to content

Commit

Permalink
improve demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Oct 7, 2019
1 parent cec3c17 commit 34a0a73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admincli/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GOCMD=go
GOBUILD=$(GOCMD) build
BINARY_NAME=admincli
LASTVERSION=v0.5.0
VERSION=v0.5.1
LASTVERSION=v0.5.1
VERSION=v0.6.0

all:
GO111MODULE=on $(GOBUILD) -o ./build/mac/$(BINARY_NAME)
Expand Down
2 changes: 1 addition & 1 deletion modules/system/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package system

const Version = "v0.5.0"
const Version = "v0.6.0"

0 comments on commit 34a0a73

Please sign in to comment.