From 611904baaa1602d0b0dce4c8d2472220867e617d Mon Sep 17 00:00:00 2001 From: HarrisChu <1726587+HarrisChu@users.noreply.github.com> Date: Tue, 14 Jun 2022 10:42:49 +0800 Subject: [PATCH] update release version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4991e8..8227901 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: build pairs := darwin/amd64 linux/amd64 linux/arm64 GOPATH ?= ~/go export GO111MODULE=on -VERSION ?= v0.0.8 +VERSION ?= v1.0.1 K6_VERSION ?= v0.33.0 build: