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.2.4 "
11
+ TAG ?= "v0.2.5 "
12
12
GOARCH ?= amd64
13
13
GOOS ?= linux
14
14
Original file line number Diff line number Diff line change 36
36
37
37
Linux
38
38
39
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.4 /kafka-proxy-v0.2.4 -linux-amd64.tar.gz | tar xz
39
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.5 /kafka-proxy-v0.2.5 -linux-amd64.tar.gz | tar xz
40
40
41
41
macOS
42
42
43
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.4 /kafka-proxy-v0.2.4 -darwin-amd64.tar.gz | tar xz
43
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.5 /kafka-proxy-v0.2.5 -darwin-amd64.tar.gz | tar xz
44
44
45
45
2 . Move the binary in to your PATH.
46
46
You can’t perform that action at this time.
0 commit comments