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