Skip to content

Commit

Permalink
Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
everesio committed Sep 29, 2020
1 parent b8d1fee commit a4c2911
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 91 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.5"
TAG ?= "v0.2.6"
GOARCH ?= amd64
GOOS ?= linux

Expand Down

0 comments on commit a4c2911

Please sign in to comment.