From ea474d150f0ca47059d6f3e64d01c668ca9610df Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Thu, 10 Nov 2022 23:15:22 +0000
Subject: [PATCH] Update version to v4.3.5

---
 cmd/version.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/version.go b/cmd/version.go
index 0568fd635..8a12bb448 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.1"
+const currentVersion = "4.3.5"
 
 func Version() string {
 	out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", xxdk.SEMVER,
-- 
GitLab