Skip to content

Commit a4c2911

Browse files
committed
Release 0.2.6
1 parent b8d1fee commit a4c2911

File tree

2 files changed

+90
-91
lines changed

2 files changed

+90
-91
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.5"
11+
TAG ?= "v0.2.6"
1212
GOARCH ?= amd64
1313
GOOS ?= linux
1414

0 commit comments

Comments
 (0)