From 0587be89a364472fbc0372792839ea167a14b6b7 Mon Sep 17 00:00:00 2001
From: Jake Taylor <jake@elixxir.io>
Date: Thu, 7 Oct 2021 12:02:17 -0500
Subject: [PATCH] update vers

---
 api/version_vars.go | 14 +++++++-------
 cmd/version.go      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/api/version_vars.go b/api/version_vars.go
index a623d244d..fbf229585 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-05 11:00:55.470586 -0500 CDT m=+0.027257685
+// 2021-10-07 12:02:04.067615 -0500 CDT m=+0.027463409
 package api
 
-const GITVERSION = `a0d7f372 add bindings for enabling grpc logs`
-const SEMVER = "2.9.0"
+const GITVERSION = `86c66226 update deps`
+const SEMVER = "2.10.0"
 const DEPENDENCIES = `module gitlab.com/elixxir/client
 
 go 1.13
@@ -24,12 +24,12 @@ require (
 	github.com/spf13/jwalterweatherman v1.1.0
 	github.com/spf13/viper v1.7.1
 	gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228
-	gitlab.com/elixxir/comms v0.0.4-0.20211004181649-32197e4cc5a3
-	gitlab.com/elixxir/crypto v0.0.7-0.20210920180151-6c9b84bae372
+	gitlab.com/elixxir/comms v0.0.4-0.20211006231929-cc2735ca43a6
+	gitlab.com/elixxir/crypto v0.0.7-0.20211006231624-44434504fff4
 	gitlab.com/elixxir/ekv v0.1.5
 	gitlab.com/elixxir/primitives v0.0.3-0.20210920180121-b85bca5212f4
-	gitlab.com/xx_network/comms v0.0.4-0.20211005155924-3659069a608a
-	gitlab.com/xx_network/crypto v0.0.5-0.20210920180047-4dd4aed4a942
+	gitlab.com/xx_network/comms v0.0.4-0.20211006231434-99dd38f025a7
+	gitlab.com/xx_network/crypto v0.0.5-0.20211006222352-8e0ac37b86b0
 	gitlab.com/xx_network/primitives v0.0.4-0.20210915220237-70cb4551d6f3
 	golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
 	golang.org/x/net v0.0.0-20210525063256-abc453219eb5
diff --git a/cmd/version.go b/cmd/version.go
index 09efaa61a..51a4bb42c 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.9.0"
+const currentVersion = "2.10.0"
 
 func Version() string {
 	out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER,
-- 
GitLab