Skip to content

Commit c2c749b

Browse files
committed
Release v0.0.7
1 parent 487c7e8 commit c2c749b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.0.6"
11+
TAG ?= "v0.0.7"
1212
GOARCH ?= amd64
1313
GOOS ?= linux
1414

0 commit comments

Comments
 (0)