Skip to content

Commit

Permalink
update to 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chengshiwen committed Jun 17, 2021
1 parent 2f59ca7 commit 50c2b81
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 := 1.4.8
VERSION := 1.4.9
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 50c2b81

Please sign in to comment.