From 220cdaabdbf1bd1dc96a20e1d739138297f36f73 Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Tue, 26 Mar 2024 17:13:38 -0700 Subject: [PATCH] Bump up version to v0.6.25 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6e9dc9..82fa3b3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG=github.com/cyverse/irodsfs-pool -VERSION=v0.6.24 +VERSION=v0.6.25 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}'"