From 79363309032008bf1e9876ae0bdb1d2746b9d459 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 26 Nov 2017 19:57:40 +1300 Subject: [PATCH] makefile: bump version to 1.3.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ded8ef..2331e02 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BINNAME=nmdc-webfrontend -VERSION=1.3.0 +VERSION=1.3.1 GOFLAGS=-a \ -ldflags "-s -w -X main.VERSION=$(BINNAME)/$(VERSION)" \