From e180a00e0a024e7524decb70398ca9e201d5fb27 Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Mon, 25 Sep 2023 13:59:10 -0700 Subject: [PATCH] Bump up version to v0.8.19 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa51ff4..3fd19fb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG=github.com/cyverse/irodsfs -VERSION=v0.8.18 +VERSION=v0.8.19 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}'"