From 79fe532422da81eaa337dbde5b5033aea0b66530 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 4 Sep 2020 10:23:38 +0300 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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