diff --git a/cmd/version.go b/cmd/version.go
index 40889a57eb0e9aeb2318a50c2363baebb033f499..2fb66712fc03a0e7c54c1f71dfef5b04814c923f 100644
--- a/cmd/version.go
+++ b/cmd/version.go
@@ -18,7 +18,8 @@ import (
 const currentVersion = "1.2.1"
 
 func printVersion() {
-	fmt.Printf("Elixxir Registration Server v%s -- %s\n\n", SEMVER, GITVERSION)
+	fmt.Printf("XX Network Permissioning Server v%s -- %s\n\n",
+		SEMVER, GITVERSION)
 	fmt.Printf("Dependencies:\n\n%s\n", DEPENDENCIES)
 }
 
diff --git a/cmd/version_vars.go b/cmd/version_vars.go
index d1204da8a8ef820f9e926714bc84ad6004d628f9..1c6ac196f2f676aa1106ecb7dbdb3eeb3023be62 100644
--- a/cmd/version_vars.go
+++ b/cmd/version_vars.go
@@ -1,9 +1,9 @@
 // Code generated by go generate; DO NOT EDIT.
 // This file was generated by robots at
-// 2020-06-22 14:09:27.0710071 -0700 PDT m=+0.231969901
+// 2020-06-22 13:45:19.117092 -0700 PDT m=+0.021823167
 package cmd
 
-const GITVERSION = `d8c86cf WIP: Timeout round`
+const GITVERSION = `a5c515a Merge branch 'hotfix/DbConnMaint' into 'release'`
 const SEMVER = "1.2.1"
 const DEPENDENCIES = `module gitlab.com/elixxir/registration