From 27c9621833b6b5063d6af35a43ef4bbfe57c6336 Mon Sep 17 00:00:00 2001 From: mappu Date: Tue, 14 Nov 2017 19:58:00 +1300 Subject: [PATCH] makefile: bump version to 1.2.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3827c2c..e42c039 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BINNAME=nmdc-webfrontend -VERSION=1.2.3 +VERSION=1.2.4 GOFLAGS=-a \ -ldflags "-s -w -X main.VERSION=$(BINNAME)/$(VERSION)" \