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

update ver

parent b33bfacf
No related branches found
No related tags found
No related merge requests found
// Code generated by go generate; DO NOT EDIT. // Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at // This file was generated by robots at
// 2021-03-16 17:00:26.677967 -0500 CDT m=+0.026422343 // 2021-03-18 16:19:28.174964 -0500 CDT m=+0.032176872
package api package api
const GITVERSION = `df88c97e update deps` const GITVERSION = `b33bfacf update deps`
const SEMVER = "2.1.0" const SEMVER = "2.2.0"
const DEPENDENCIES = `module gitlab.com/elixxir/client const DEPENDENCIES = `module gitlab.com/elixxir/client
go 1.13 go 1.13
...@@ -24,11 +24,11 @@ require ( ...@@ -24,11 +24,11 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.7.1 github.com/spf13/viper v1.7.1
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228
gitlab.com/elixxir/comms v0.0.4-0.20210316212548-21282c4ffdeb gitlab.com/elixxir/comms v0.0.4-0.20210318211017-914687d3a27c
gitlab.com/elixxir/crypto v0.0.7-0.20210316212419-025ba777a80b gitlab.com/elixxir/crypto v0.0.7-0.20210316212419-025ba777a80b
gitlab.com/elixxir/ekv v0.1.4 gitlab.com/elixxir/ekv v0.1.4
gitlab.com/elixxir/primitives v0.0.3-0.20210309193003-ef42ebb4800b gitlab.com/elixxir/primitives v0.0.3-0.20210309193003-ef42ebb4800b
gitlab.com/xx_network/comms v0.0.4-0.20210316212314-d9a2a5e589c8 gitlab.com/xx_network/comms v0.0.4-0.20210318210121-588846979bad
gitlab.com/xx_network/crypto v0.0.5-0.20210316212152-504c0a1e0da0 gitlab.com/xx_network/crypto v0.0.5-0.20210316212152-504c0a1e0da0
gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
......
...@@ -18,7 +18,7 @@ import ( ...@@ -18,7 +18,7 @@ import (
) )
// Change this value to set the version for this build // Change this value to set the version for this build
const currentVersion = "2.1.0" const currentVersion = "2.2.0"
func Version() string { func Version() string {
out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER, 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