diff --git a/Makefile b/Makefile index 21151e1..1e04c4f 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ build: .build-docker: docker run --rm -v $(DIR_PKG):/go/pkg -v $(PWD):/go/src/github.com/directorz/mailfull-go -w /go/src/github.com/directorz/mailfull-go \ - -e GOOS=$(GOOS) -e GOARCH=$(GOARCH) golang:1.8.3 \ + -e GOOS=$(GOOS) -e GOARCH=$(GOARCH) golang:1.9.2 \ go build -v -i -ldflags "-X main.gittag=$(GITTAG)" -o $(DIR_BUILD)/mailfull_$(GOOS)_$(GOARCH)/mailfull cmd/mailfull/*.go build-linux-amd64: diff --git a/version.go b/version.go index 478faa1..ee1ab3b 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package mailfull // Version is a version number. -const Version = "v1.0.1" +const Version = "v1.0.2"