From bae3ba2902e4e7e3b7b01fc8fadeae95d9028aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Mon, 14 Aug 2023 10:43:01 -0300 Subject: [PATCH] Improve comment on Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3f51e76..6db0c1a 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,8 @@ lint: setup go-mod-tidy go-mod-tidy: find . -name go.mod -execdir go mod tidy \; -# Update adapters to use a new ksql tag: -version=v1.9.0 +# Create new tag and update adapters to use a new ksql tag: +version=v1.9.1 update: git tag $(version) git push origin master $(version)