diff --git a/api/version_vars.go b/api/version_vars.go
index 06ab68b24f152bbb81eabe62dcc272dc333c1742..0b16e175962f0d2384f0d1239f73294b2ada0b77 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 11:13:57.129071 -0500 CDT m=+0.041829299
+// 2021-10-25 16:07:53.618221 -0500 CDT m=+0.033619594
 package api
 
-const GITVERSION = `14a3faf0 Merge branch 'dummyHack' into 'release'`
-const SEMVER = "3.0.0"
+const GITVERSION = `e28a014c bump vers`
+const SEMVER = "2.10.0"
 const DEPENDENCIES = `module gitlab.com/elixxir/client
 
 go 1.13
diff --git a/cmd/version.go b/cmd/version.go
index ed67aef20be08c5d8f044ceaff385dc66b934078..51a4bb42caeb6f5ac9da3a38fb47eceabc6faf7f 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 = "3.0.0"
+const currentVersion = "2.10.0"
 
 func Version() string {
 	out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER,