diff --git a/Makefile b/Makefile index 6e5c407..1cea120 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. NAME := pistol -VERSION := v0.1.4 +VERSION := v0.1.5 build: go build -ldflags "-X 'main.Version=$(VERSION)'" ./cmd/pistol