diff --git a/Makefile b/Makefile index e21f3e3..286b73a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GO=env $(GO_ENV) $(GO_MODULE) go UNAME := $(shell uname) ifeq ($(BLADE_VERSION), ) - BLADE_VERSION=1.7.1 + BLADE_VERSION=1.7.2 endif ifeq ($(BLADE_VENDOR), ) BLADE_VENDOR=community