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 69a860d commit 73860b6Copy full SHA for 73860b6
Makefile
@@ -1,8 +1,8 @@
1
GOCMD=go
2
GOBUILD=$(GOCMD) build
3
BINARY_NAME=adm
4
-LASTVERSION=v1.1.3
5
-VERSION=v1.1.4
+LASTVERSION=v1.1.4
+VERSION=v1.1.5
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.4"
+const version = "v1.1.5"
// Version return the version of framework.
func Version() string {
0 commit comments