diff --git a/Makefile b/Makefile
index 869f700..470615d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PKG=github.com/cyverse/irodsfs
-VERSION=v0.7.5
+VERSION=v0.7.6
 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}'"