Bumped version

This commit is contained in:
Russ Magee 2019-12-15 12:27:50 -08:00
parent d4f50bfdc0
commit 1f84bc95ff
3 changed files with 44 additions and 2 deletions

View file

@ -5,7 +5,7 @@
#endif
GIT_COMMIT := $(shell git rev-list -1 HEAD)
VERSION := 0.8.8
VERSION := 0.8.9
#ifeq ($(BUILDOPTS),)
BUILDOPTS :=$(BUILDOPTS)" -ldflags \"-X main.version=$(VERSION) -X main.gitCommit=$(GIT_COMMIT)\""
#endif