Skip to content

Commit 73860b6

Browse files
author
cg33
committed
ready for v1.1.5
1 parent 69a860d commit 73860b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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=adm
4-
LASTVERSION=v1.1.3
5-
VERSION=v1.1.4
4+
LASTVERSION=v1.1.4
5+
VERSION=v1.1.5
66
CLI=adm
77

88
TEST_CONFIG_PATH=./../common/config.json

modules/system/version.go

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

3-
const version = "v1.1.4"
3+
const version = "v1.1.5"
44

55
// Version return the version of framework.
66
func Version() string {

0 commit comments

Comments
 (0)