diff --git a/api/version_vars.go b/api/version_vars.go index 21aefe736792cd605e3c624f10b8e52e2a7dac90..2daa06d37f2adcbc73467104334f8287f80d131f 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-03-18 16:19:28.174964 -0500 CDT m=+0.032176872 +// 2021-03-22 16:38:03.1680167 -0700 PDT m=+0.045993401 package api -const GITVERSION = `b33bfacf update deps` -const SEMVER = "2.2.0" +const GITVERSION = `df7dc585 updated deps` +const SEMVER = "2.2.1" const DEPENDENCIES = `module gitlab.com/elixxir/client go 1.13 @@ -24,16 +24,15 @@ 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.20210318211017-914687d3a27c - gitlab.com/elixxir/crypto v0.0.7-0.20210316212419-025ba777a80b + gitlab.com/elixxir/comms v0.0.4-0.20210322232324-970b3693e9ec + gitlab.com/elixxir/crypto v0.0.7-0.20210319231554-b73b6e62ddbc gitlab.com/elixxir/ekv v0.1.4 gitlab.com/elixxir/primitives v0.0.3-0.20210309193003-ef42ebb4800b - 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/comms v0.0.4-0.20210322165028-cdccdaa5e11b + gitlab.com/xx_network/crypto v0.0.5-0.20210319231335-249c6b1aa323 gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect - golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect google.golang.org/grpc v1.34.0 // indirect google.golang.org/protobuf v1.25.0 diff --git a/cmd/version.go b/cmd/version.go index fc34329616782b2a3a2a378151136ce057f0c2fc..1fe2d7296eedc8d66f1109b7a0f3bb5811ba0a26 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.2.0" +const currentVersion = "2.2.1" func Version() string { out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER,