From b24fc4ae18459185a8e0441fed8222efb2ba6573 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Mon, 2 Nov 2020 10:52:42 -0500 Subject: [PATCH] Update goconserver version for xCAT 2.16.1 release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78263d4..2f4ab3f 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endif ifeq ($(PLATFORM), Linux) PLATFORM=linux endif -VERSION=0.3.2 +VERSION=0.3.3 BUILD_TIME=`date +%FT%T%z` LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.BuildTime=${BUILD_TIME} -X main.Commit=${COMMIT}"