diff --git a/cmd/version.go b/cmd/version.go
index f71c098591b1a1559bba0cbe69bd1d99830ffcf8..78d25c8d703fac53890c41cd2b0b2c473bb8d584 100644
--- a/cmd/version.go
+++ b/cmd/version.go
@@ -18,7 +18,7 @@ import (
 )
 
 // Change this value to set the version for this build
-const currentVersion = "5.0.0"
+const currentVersion = "5.0.1"
 
 func Version() string {
 	out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", xxdk.SEMVER,
diff --git a/xxdk/version_vars.go b/xxdk/version_vars.go
index be3ab7a4ddc3f56b9b8ae2dac018db33bc764798..ef1cb1242ae7413e05eddc35e31fddb1be402110 100644
--- a/xxdk/version_vars.go
+++ b/xxdk/version_vars.go
@@ -1,11 +1,11 @@
 // Code generated by go generate; DO NOT EDIT.
 // This file was generated by robots at
-// 2022-11-10 18:36:19.53195423 +0000 UTC m=+0.047508943
+// 2022-11-10 19:12:43.147175553 +0000 UTC m=+0.010605836
 
 package xxdk
 
-const GITVERSION = `1d5b50bb Version v4.3.4, note that this update also includes the update for the golang v2 and beyond spec: https://go.dev/blog/v2-go-modules`
-const SEMVER = "5.0.0"
+const GITVERSION = `d9acd195 Update makefile to build v5 client in bindings`
+const SEMVER = "5.0.1"
 const DEPENDENCIES = `module gitlab.com/elixxir/client/v5
 
 go 1.19