From 33ffa4abffc49546fb6c42782797fa5ebe64f584 Mon Sep 17 00:00:00 2001 From: Jake Taylor <jake@elixxir.io> Date: Mon, 25 Oct 2021 17:02:03 -0500 Subject: [PATCH] bump vers --- 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 0b16e1759..378f28ab1 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 16:07:53.618221 -0500 CDT m=+0.033619594 +// 2021-10-25 17:01:53.308095 -0500 CDT m=+0.028238587 package api -const GITVERSION = `e28a014c bump vers` -const SEMVER = "2.10.0" +const GITVERSION = `391bf128 Merge branch 'Josh/ProtoClient' into 'release'` +const SEMVER = "3.1.0" const DEPENDENCIES = `module gitlab.com/elixxir/client go 1.13 diff --git a/cmd/version.go b/cmd/version.go index 51a4bb42c..90e661ef9 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.10.0" +const currentVersion = "3.1.0" func Version() string { out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER, -- GitLab