From 36a50f3ad36a86923a705c8d097643c164505867 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Thu, 10 Nov 2022 19:16:33 +0000
Subject: [PATCH] Update to v5.0.1

---
 cmd/version.go       | 2 +-
 xxdk/version_vars.go | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cmd/version.go b/cmd/version.go
index f71c09859..78d25c8d7 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 be3ab7a4d..ef1cb1242 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
-- 
GitLab