1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2025-12-17 09:37:02 +00:00

Merge pull request #39 from directorz/release/v1.0.2

Release/v1.0.2
This commit is contained in:
teru
2017-12-13 15:24:10 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -1,4 +1,4 @@
package mailfull
// Version is a version number.
const Version = "v1.0.1"
const Version = "v1.0.2"