We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ef53d commit dce1c56Copy full SHA for dce1c56
Makefile
@@ -1,8 +1,8 @@
1
GOCMD=go
2
GOBUILD=$(GOCMD) build
3
BINARY_NAME=adm
4
-LASTVERSION=v1.1.1
5
-VERSION=v1.1.2
+LASTVERSION=v1.1.2
+VERSION=v1.1.3
6
CLI=adm
7
8
TEST_CONFIG_PATH=./../common/config.json
modules/system/version.go
@@ -1,6 +1,6 @@
package system
-const version = "v1.1.2"
+const version = "v1.1.3"
// Version return the version of framework.
func Version() string {
0 commit comments