diff --git a/cmd/version.go b/cmd/version.go
index 20be1de684543a5bf04ab7be1272d201e7d11717..0a26902411102aa36177ee28000818b3f6962712 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 = "4.3.8"
+const currentVersion = "4.3.9"
 
 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 8350ae7edde96aaca07cec6ebad2dff7fd596c12..33bb06073daaec691fcab272c95e8ec52c65c9cf 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-14 23:15:18.806830082 +0000 UTC m=+0.010342227
+// 2022-11-17 09:17:30.057367592 -0800 PST m=+0.010667512
 
 package xxdk
 
-const GITVERSION = `6e5de435 Fix tests but maintain the message hash sanity check in the message buffer deserialization code`
-const SEMVER = "4.3.8"
+const GITVERSION = `9fae107a Fix race condition in FT wrapper_test (groupChat)`
+const SEMVER = "4.3.9"
 const DEPENDENCIES = `module gitlab.com/elixxir/client/v4
 
 go 1.19