Skip to content

Commit

Permalink
Release 0.1.5 - Kafka 2.3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
everesio committed Sep 2, 2019
1 parent c227df5 commit 6970b40
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.1.5"
TAG ?= "v0.1.6"
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 @@ -35,11 +35,11 @@ See:

Linux

curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.5/kafka-proxy_0.1.5_linux_amd64.tar.gz | tar xz
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.6/kafka-proxy_0.1.6_linux_amd64.tar.gz | tar xz

macOS

curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.5/kafka-proxy_0.1.5_darwin_amd64.tar.gz | tar xz
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.6/kafka-proxy_0.1.6_darwin_amd64.tar.gz | tar xz

2. Move the binary in to your PATH.

Expand Down

0 comments on commit 6970b40

Please sign in to comment.