From d7671cab4fe6456230520d3f794b4bf709fdb30d Mon Sep 17 00:00:00 2001 From: Jake Taylor <jake@elixxir.io> Date: Mon, 25 Oct 2021 16:07:59 -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 06ab68b24..0b16e1759 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 11:13:57.129071 -0500 CDT m=+0.041829299 +// 2021-10-25 16:07:53.618221 -0500 CDT m=+0.033619594 package api -const GITVERSION = `14a3faf0 Merge branch 'dummyHack' into 'release'` -const SEMVER = "3.0.0" +const GITVERSION = `e28a014c bump vers` +const SEMVER = "2.10.0" const DEPENDENCIES = `module gitlab.com/elixxir/client go 1.13 diff --git a/cmd/version.go b/cmd/version.go index ed67aef20..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 = "3.0.0" +const currentVersion = "2.10.0" func Version() string { out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER, -- GitLab