Skip to content

Commit dce1c56

Browse files
author
cg33
committed
ready for release v1.1.3
1 parent 73ef53d commit dce1c56

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.1
5-
VERSION=v1.1.2
4+
LASTVERSION=v1.1.2
5+
VERSION=v1.1.3
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.2"
3+
const version = "v1.1.3"
44

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

0 commit comments

Comments
 (0)