From f63d255431c23f52c1ff919afc7e89d67bf70896 Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Mon, 30 Jan 2023 16:32:49 -0700 Subject: [PATCH] Bump up version to v0.4.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c7f5b9..52ed2d2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG=github.com/cyverse/gocommands -VERSION=v0.4.2 +VERSION=v0.4.4 GIT_COMMIT?=$(shell git rev-parse HEAD) BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ") LDFLAGS?="-X '${PKG}/commons.clientVersion=${VERSION}' -X '${PKG}/commons.gitCommit=${GIT_COMMIT}' -X '${PKG}/commons.buildDate=${BUILD_DATE}'"