diff --git a/api/version_vars.go b/api/version_vars.go index 694d6b1eea937ed4bc6c4a154ec3d22d71dcac20..b392c6bb42f2dd625f742356e0a6efad3f08cc74 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-11-11 13:19:35.619263 -0600 CST m=+0.049820030 +// 2021-12-22 12:06:50.3846362 -0800 PST m=+0.189102301 package api -const GITVERSION = `e595b772 Merge branch 'hotfix/stale-registration' into 'release'` -const SEMVER = "3.2.0" +const GITVERSION = `f938c935 update deps` +const SEMVER = "3.3.0" const DEPENDENCIES = `module gitlab.com/elixxir/client go 1.13 @@ -15,6 +15,7 @@ require ( github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect github.com/magiconair/properties v1.8.4 // indirect github.com/mitchellh/mapstructure v1.4.0 // indirect + github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/pelletier/go-toml v1.8.1 // indirect github.com/pkg/errors v0.9.1 github.com/smartystreets/assertions v1.0.1 // indirect @@ -24,13 +25,13 @@ 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.20211101174956-590ba1b47887 - gitlab.com/elixxir/crypto v0.0.7-0.20211022013957-3a7899285c4c + gitlab.com/elixxir/comms v0.0.4-0.20211222195106-4ec0e4f02f69 + gitlab.com/elixxir/crypto v0.0.7-0.20211222194952-736897f54f09 gitlab.com/elixxir/ekv v0.1.5 - gitlab.com/elixxir/primitives v0.0.3-0.20211102233208-a716d5c670b6 - gitlab.com/xx_network/comms v0.0.4-0.20211014163953-e774276b83ae - gitlab.com/xx_network/crypto v0.0.5-0.20211014163843-57b345890686 - gitlab.com/xx_network/primitives v0.0.4-0.20211014163031-53405cf191fb + gitlab.com/elixxir/primitives v0.0.3-0.20211222194918-5c28e9620d4e + gitlab.com/xx_network/comms v0.0.4-0.20211222194906-4c28450f7144 + gitlab.com/xx_network/crypto v0.0.5-0.20211222194842-09692b01f03e + gitlab.com/xx_network/primitives v0.0.4-0.20211222005558-11c44d609c7d golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 golang.org/x/net v0.0.0-20210525063256-abc453219eb5 google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect diff --git a/cmd/version.go b/cmd/version.go index e9a3316a3f579f281100f728ff96ca3a1f24b7e8..23aa30916e42b6883393e6165440b2f6d2f7dbf0 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.2.0" +const currentVersion = "3.3.0" func Version() string { out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER,