File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
88GOPKGS = $(shell go list ./... | grep -v /vendor/)
99BUILD_FLAGS ?=
1010LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION ) -w -s
11- TAG ?= "v0.0.7 "
11+ TAG ?= "v0.0.8 "
1212GOARCH ?= amd64
1313GOOS ?= linux
1414
Original file line number Diff line number Diff line change 3434
3535 Linux
3636
37- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.0.6 /kafka-proxy_0.0.6_linux_amd64.tar.gz | tar xz
37+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.0.8 /kafka-proxy_0.0.6_linux_amd64.tar.gz | tar xz
3838
3939 macOS
4040
41- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.0.6 /kafka-proxy_0.0.6_darwin_amd64.tar.gz | tar xz
41+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.0.8 /kafka-proxy_0.0.6_darwin_amd64.tar.gz | tar xz
4242
43432 . Move the binary in to your PATH.
4444
You can’t perform that action at this time.
0 commit comments