From 7cee114864867a203d5346fb0915f144cb9db1b9 Mon Sep 17 00:00:00 2001
From: Jake Taylor <jake@elixxir.io>
Date: Mon, 6 Jun 2022 16:31:01 -0500
Subject: [PATCH] update client version.go

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

diff --git a/api/version_vars.go b/api/version_vars.go
index 01757159c..dd52d6cf3 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
-// 2022-06-06 15:29:07.985136 -0500 CDT m=+0.025770522
+// 2022-06-06 16:30:34.245821 -0500 CDT m=+0.030165276
 package api
 
-const GITVERSION = `3f73b1f6 re-add utils`
-const SEMVER = "4.1.0"
+const GITVERSION = `48285297 Merge branch 'restructure' into 'release'`
+const SEMVER = "4.2.0"
 const DEPENDENCIES = `module gitlab.com/elixxir/client
 
 go 1.17
diff --git a/cmd/version.go b/cmd/version.go
index 78dee4c0b..f657df9a8 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 = "4.1.0"
+const currentVersion = "4.2.0"
 
 func Version() string {
 	out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER,
-- 
GitLab