From 34a0a7346dafa642ddb86c9ba42a88b738fc43fc Mon Sep 17 00:00:00 2001 From: cg33 Date: Tue, 8 Oct 2019 03:08:16 +0800 Subject: [PATCH] improve demo --- admincli/Makefile | 4 ++-- modules/system/version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admincli/Makefile b/admincli/Makefile index a25507a38..98a10d792 100644 --- a/admincli/Makefile +++ b/admincli/Makefile @@ -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) diff --git a/modules/system/version.go b/modules/system/version.go index 9f7c6f675..20995d48c 100644 --- a/modules/system/version.go +++ b/modules/system/version.go @@ -1,3 +1,3 @@ package system -const Version = "v0.5.0" +const Version = "v0.6.0"