Navigation Menu

Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhg5 committed Oct 18, 2019
1 parent 87850cb commit 4ef01cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,8 +1,8 @@
GOCMD=go
GOBUILD=$(GOCMD) build
BINARY_NAME=adm
LASTVERSION=v1.0.0
VERSION=v1.0.1
LASTVERSION=v1.0.1
VERSION=v1.0.2
CLI=adm

TEST_CONFIG_PATH=./../common/config.json
Expand Down
2 changes: 1 addition & 1 deletion modules/system/version.go
@@ -1,3 +1,3 @@
package system

const Version = "v1.0.1"
const Version = "v1.0.2"

0 comments on commit 4ef01cb

Please sign in to comment.