diff --git a/Makefile b/Makefile index 313820b..87fdd91 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ MAKEOPTS = $(MAKEOPTS) GIT_COMMIT := $(shell git rev-list -1 HEAD) -VERSION := 0.2.9 +VERSION := 0.2.9.1 BUILDOPTS :=$(BUILDOPTS) -ldflags "-X main.version=$(VERSION) -X main.gitCommit=$(GIT_COMMIT)" .PHONY: install all clean diff --git a/bacillus.go b/bacillus.go index e2b0b9d..a73dfe5 100644 --- a/bacillus.go +++ b/bacillus.go @@ -148,7 +148,6 @@ func xhrlinkCSSFrag() string { // async GET request. func xmlHTTPRequester(jsFuncName string, uri string, respHandlerJS string) string { return ` -