Skip to content
Snippets Groups Projects
Commit afd13499 authored by Jake Taylor's avatar Jake Taylor
Browse files

update ver

parent 0d927b59
No related branches found
No related tags found
2 merge requests!231Revert "Update store to print changes to the partners list",!187Xx 3829/triggers
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2022-02-23 12:55:40.971513 -0600 CST m=+0.038316967
// 2022-03-10 11:46:32.709433 -0600 CST m=+0.047217210
package api
const GITVERSION = `80d6fb9f Merge branch 'hotfix/RenableHistorical' into 'release'`
const SEMVER = "4.0.0"
const GITVERSION = `0d927b59 Update deps`
const SEMVER = "4.1.0"
const DEPENDENCIES = `module gitlab.com/elixxir/client
go 1.17
......@@ -19,11 +19,11 @@ 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.20220222221859-c12e29bde218
gitlab.com/elixxir/crypto v0.0.7-0.20220222221347-95c7ae58da6b
gitlab.com/elixxir/comms v0.0.4-0.20220308183624-c2183e687a03
gitlab.com/elixxir/crypto v0.0.7-0.20220309234716-1ba339865787
gitlab.com/elixxir/ekv v0.1.6
gitlab.com/elixxir/primitives v0.0.3-0.20220222212109-d412a6e46623
gitlab.com/xx_network/comms v0.0.4-0.20220222212058-5a37737af57e
gitlab.com/xx_network/comms v0.0.4-0.20220223205228-7c4974139569
gitlab.com/xx_network/crypto v0.0.5-0.20220222212031-750f7e8a01f4
gitlab.com/xx_network/primitives v0.0.4-0.20220222211843-901fa4a2d72b
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed
......
......@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const currentVersion = "4.0.0"
const currentVersion = "4.1.0"
func Version() string {
out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment