Improve comment on Makefile

pull/46/head v1.9.1
Vinícius Garcia 2023-08-14 10:43:01 -03:00
parent e070ebd039
commit bae3ba2902
1 changed files with 2 additions and 2 deletions

View File

@ -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)