diff --git a/api/version_vars.go b/api/version_vars.go
index 0b16e175962f0d2384f0d1239f73294b2ada0b77..378f28ab1abf1fd77853e4eeb40ea1957c11d8bf 100644
--- a/api/version_vars.go
+++ b/api/version_vars.go
@@ -1,10 +1,10 @@
 // Code generated by go generate; DO NOT EDIT.
 // This file was generated by robots at
-// 2021-10-25 16:07:53.618221 -0500 CDT m=+0.033619594
+// 2021-10-25 17:01:53.308095 -0500 CDT m=+0.028238587
 package api
 
-const GITVERSION = `e28a014c bump vers`
-const SEMVER = "2.10.0"
+const GITVERSION = `391bf128 Merge branch 'Josh/ProtoClient' into 'release'`
+const SEMVER = "3.1.0"
 const DEPENDENCIES = `module gitlab.com/elixxir/client
 
 go 1.13
diff --git a/cmd/version.go b/cmd/version.go
index 51a4bb42caeb6f5ac9da3a38fb47eceabc6faf7f..90e661ef92eb13f23782f04dca82d71439f3adde 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 = "2.10.0"
+const currentVersion = "3.1.0"
 
 func Version() string {
 	out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER,