From 3a4d146bee9f9c8ba34e18d1ab178c93d799599d Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Fri, 23 Jun 2023 11:24:33 -0700 Subject: [PATCH] Bump up version to 0.8.14 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7ed833..c05aecd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG=github.com/cyverse/irodsfs -VERSION=v0.8.13 +VERSION=v0.8.14 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}'"