diff --git a/Makefile b/Makefile index 91ccae0..a9397f9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOCKER := $(shell which docker) LEDGER_ENABLED ?= true BINDIR ?= $(GOPATH)/bin BUILD_DIR = ./build -VERSION = v0.0.1-alpha.16 +VERSION = v0.0.1-alpha.17 export GO111MODULE = on