diff --git a/cmd/version.go b/cmd/version.go
index f559f6806f6f800655ce1c24a409f69eca9cbaa3..d73060c05b6b2124aeb2e253a2c50ae6e30fd58c 100644
--- a/cmd/version.go
+++ b/cmd/version.go
@@ -17,7 +17,7 @@ import (
 )
 
 // Change this value to set the version for this build
-const currentVersion = "2.5.2"
+const currentVersion = "2.5.3"
 
 func printVersion() {
 	fmt.Printf("xx network Server v%s -- %s\n\n", SEMVER, GITVERSION)
diff --git a/cmd/version_vars.go b/cmd/version_vars.go
index fc071d37ad3896e594b4efaadaf585bb49d860c5..00237634f5f448000b08b781b61e580552eb23e9 100644
--- a/cmd/version_vars.go
+++ b/cmd/version_vars.go
@@ -1,15 +1,16 @@
 // Code generated by go generate; DO NOT EDIT.
 // This file was generated by robots at
-// 2021-06-10 08:36:55.7210753 -0700 PDT m=+0.328009101
+// 2021-07-23 18:37:19.907502706 +0000 UTC m=+0.005262368
 package cmd
 
-const GITVERSION = `5c1c05fe fixed building`
-const SEMVER = "2.5.2"
+const GITVERSION = `ae06c5ee Update sign default language`
+const SEMVER = "2.5.3"
 const DEPENDENCIES = `module gitlab.com/elixxir/server
 
 go 1.13
 
 require (
+	github.com/InfiniteLoopSpace/go_S-MIME v0.0.0-20181221134359-3f58f9a4b2b6
 	github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
 	github.com/golang/protobuf v1.5.2
 	github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect