Skip to content

Commit

Permalink
update to 2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chengshiwen committed Dec 6, 2021
1 parent 4d37963 commit c7772a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile

PROGRAM := influx-proxy
VERSION := 2.5.6
VERSION := 2.5.7
LDFLAGS ?= "-s -w -X github.com/chengshiwen/influx-proxy/backend.Version=$(VERSION) -X github.com/chengshiwen/influx-proxy/backend.GitCommit=$(shell git rev-parse --short HEAD) -X 'github.com/chengshiwen/influx-proxy/backend.BuildTime=$(shell date '+%Y-%m-%d %H:%M:%S')'"
GOBUILD_ENV = GO111MODULE=on CGO_ENABLED=0
GOBUILD = go build -o bin/$(PROGRAM) -a -ldflags $(LDFLAGS)
Expand Down

0 comments on commit c7772a1

Please sign in to comment.