Skip to content

Commit f311f6d

Browse files
committed
Release 0.2.3 - Same client cert check feature. Huge thanks everyone to @mgusiew-guide and @mantkiewicz
1 parent 4ff48db commit f311f6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
88
GOPKGS = $(shell go list ./... | grep -v /vendor/)
99
BUILD_FLAGS ?=
1010
LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION) -w -s
11-
TAG ?= "v0.2.2"
11+
TAG ?= "v0.2.3"
1212
GOARCH ?= amd64
1313
GOOS ?= linux
1414

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ See:
3636

3737
Linux
3838

39-
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.2/kafka-proxy-v0.2.2-linux-amd64.tar.gz | tar xz
39+
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.3/kafka-proxy-v0.2.3-linux-amd64.tar.gz | tar xz
4040

4141
macOS
4242

43-
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.2/kafka-proxy-v0.2.2-darwin-amd64.tar.gz | tar xz
43+
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.3/kafka-proxy-v0.2.3-darwin-amd64.tar.gz | tar xz
4444

4545
2. Move the binary in to your PATH.
4646

0 commit comments

Comments
 (0)