diff --git a/Makefile b/Makefile index 87bf965..fd59118 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: fmt gopass test vet lint SOURCEDIR=. SOURCES := $(shell find $(SOURCEDIR) -name '*.go') Makefile -VERSION := 0.1.0 +VERSION := 1.0.3 LDFLAGS=-ldflags "-X github.com/aviau/gopass/version.Version=$(VERSION)" gopass: $(SOURCES)