From ea4135888d44c1ce34fbdeb9bd5681fdb5025494 Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 28 Oct 2017 13:32:29 +1300 Subject: [PATCH] bump all versions to 1.2.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f12ff42..510bde8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BINNAME=nmdc-webfrontend -VERSION=1.2.2 +VERSION=1.2.3 GOFLAGS=-a \ -ldflags "-s -w -X main.VERSION=$(BINNAME)/$(VERSION)" \