Skip to content
Snippets Groups Projects
Commit 9189e7cd authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

updated version

parent f938c935
No related branches found
No related tags found
1 merge request!117Release
// 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-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 package api
const GITVERSION = `e595b772 Merge branch 'hotfix/stale-registration' into 'release'` const GITVERSION = `f938c935 update deps`
const SEMVER = "3.2.0" const SEMVER = "3.3.0"
const DEPENDENCIES = `module gitlab.com/elixxir/client const DEPENDENCIES = `module gitlab.com/elixxir/client
go 1.13 go 1.13
...@@ -15,6 +15,7 @@ require ( ...@@ -15,6 +15,7 @@ require (
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/magiconair/properties v1.8.4 // indirect github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.4.0 // 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/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1 github.com/pkg/errors v0.9.1
github.com/smartystreets/assertions v1.0.1 // indirect github.com/smartystreets/assertions v1.0.1 // indirect
...@@ -24,13 +25,13 @@ require ( ...@@ -24,13 +25,13 @@ 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.20211101174956-590ba1b47887 gitlab.com/elixxir/comms v0.0.4-0.20211222195106-4ec0e4f02f69
gitlab.com/elixxir/crypto v0.0.7-0.20211022013957-3a7899285c4c gitlab.com/elixxir/crypto v0.0.7-0.20211222194952-736897f54f09
gitlab.com/elixxir/ekv v0.1.5 gitlab.com/elixxir/ekv v0.1.5
gitlab.com/elixxir/primitives v0.0.3-0.20211102233208-a716d5c670b6 gitlab.com/elixxir/primitives v0.0.3-0.20211222194918-5c28e9620d4e
gitlab.com/xx_network/comms v0.0.4-0.20211014163953-e774276b83ae gitlab.com/xx_network/comms v0.0.4-0.20211222194906-4c28450f7144
gitlab.com/xx_network/crypto v0.0.5-0.20211014163843-57b345890686 gitlab.com/xx_network/crypto v0.0.5-0.20211222194842-09692b01f03e
gitlab.com/xx_network/primitives v0.0.4-0.20211014163031-53405cf191fb gitlab.com/xx_network/primitives v0.0.4-0.20211222005558-11c44d609c7d
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 golang.org/x/net v0.0.0-20210525063256-abc453219eb5
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect
......
...@@ -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 = "3.2.0" const currentVersion = "3.3.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