commit
599cf8a332
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@
|
||||||
export GO15VENDOREXPERIMENT=1
|
export GO15VENDOREXPERIMENT=1
|
||||||
|
|
||||||
# Bump this on release
|
# Bump this on release
|
||||||
VERSION ?= v0.0.1
|
VERSION ?= v0.1.0
|
||||||
|
|
||||||
GOOS ?= $(shell go env GOOS)
|
GOOS ?= $(shell go env GOOS)
|
||||||
GOARCH ?= $(shell go env GOARCH)
|
GOARCH ?= $(shell go env GOARCH)
|
||||||
|
|
Loading…
Reference in New Issue