diff --git a/Makefile b/Makefile index 82f09c6ce..9c9b3cc22 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ GOCMD = go GOBUILD = $(GOCMD) build BINARY_NAME = adm -LAST_VERSION = v1.2.8 -VERSION = v1.2.9 +LAST_VERSION = v1.2.9 +VERSION = v1.2.10 CLI = adm TEST_CONFIG_PATH=./../../common/config.json