Skip to content

Commit

Permalink
Release 0.2.3 - Same client cert check feature. Huge thanks everyone to
Browse files Browse the repository at this point in the history
  • Loading branch information
everesio committed May 31, 2020
1 parent 4ff48db commit f311f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
GOPKGS = $(shell go list ./... | grep -v /vendor/)
BUILD_FLAGS ?=
LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION) -w -s
TAG ?= "v0.2.2"
TAG ?= "v0.2.3"
GOARCH ?= amd64
GOOS ?= linux

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ See:

Linux

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

macOS

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

2. Move the binary in to your PATH.

Expand Down

0 comments on commit f311f6d

Please sign in to comment.