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)
8
8
GOPKGS = $(shell go list ./... | grep -v /vendor/)
9
9
BUILD_FLAGS ?=
10
10
LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION ) -w -s
11
- TAG ?= "v0.0.4 "
11
+ TAG ?= "v0.0.5 "
12
12
GOARCH ?= amd64
13
13
GOOS ?= linux
14
14
Original file line number Diff line number Diff line change 34
34
35
35
Linux
36
36
37
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.0.4 /kafka-proxy_0.0.4_linux_amd64 .tar.gz | tar xz
37
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.0.5 /kafka-proxy_0.0.5_linux_amd64 .tar.gz | tar xz
38
38
39
39
macOS
40
40
41
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.0.4 /kafka-proxy_0.0.4_darwin_amd64 .tar.gz | tar xz
41
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.0.5 /kafka-proxy_0.0.5_darwin_amd64 .tar.gz | tar xz
42
42
43
43
2 . Move the binary in to your PATH.
44
44
You can’t perform that action at this time.
0 commit comments