mirror of https://github.com/VinGarcia/ksql.git
parent
e070ebd039
commit
bae3ba2902
4
Makefile
4
Makefile
|
@ -33,8 +33,8 @@ lint: setup go-mod-tidy
|
||||||
go-mod-tidy:
|
go-mod-tidy:
|
||||||
find . -name go.mod -execdir go mod tidy \;
|
find . -name go.mod -execdir go mod tidy \;
|
||||||
|
|
||||||
# Update adapters to use a new ksql tag:
|
# Create new tag and update adapters to use a new ksql tag:
|
||||||
version=v1.9.0
|
version=v1.9.1
|
||||||
update:
|
update:
|
||||||
git tag $(version)
|
git tag $(version)
|
||||||
git push origin master $(version)
|
git push origin master $(version)
|
||||||
|
|
Loading…
Reference in New Issue