Skip to content

Commit

Permalink
bump up version to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Dec 1, 2023
1 parent d353e8b commit 3f14e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG=github.com/cyverse/irodsfs
VERSION=v0.9.1
VERSION=v0.9.2
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}'"
Expand Down

0 comments on commit 3f14e2e

Please sign in to comment.