From c5ba839ef7935ef61f78a83b5d8038c35cc91826 Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Thu, 30 Jan 2025 11:33:28 -0700 Subject: [PATCH] bump up version to v0.8.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f9fc24..f21511c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG=github.com/cyverse/irodsfs-pool -VERSION=v0.8.3 +VERSION=v0.8.4 GIT_COMMIT?=$(shell git rev-parse HEAD) BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ") LDFLAGS?="-X '${PKG}/commons.serviceVersion=${VERSION}' -X '${PKG}/commons.gitCommit=${GIT_COMMIT}' -X '${PKG}/commons.buildDate=${BUILD_DATE}'"