Skip to content

Commit

Permalink
Release 0.1.5 - dial address mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
everesio committed Aug 30, 2019
1 parent 345c16e commit 1df00fa
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.4"
TAG ?= "v0.1.5"
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.4/kafka-proxy_0.1.4_linux_amd64.tar.gz | tar xz
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.5/kafka-proxy_0.1.5_linux_amd64.tar.gz | tar xz

macOS

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

2. Move the binary in to your PATH.

Expand Down

0 comments on commit 1df00fa

Please sign in to comment.