From 8591a1be15f9db67033f7cf8d90fa7021b0cbf33 Mon Sep 17 00:00:00 2001 From: tiny-x Date: Thu, 18 May 2023 17:51:10 +0800 Subject: [PATCH] update version to 1.7.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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