Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
9189e7cd
Commit
9189e7cd
authored
3 years ago
by
Benjamin Wenger
Browse files
Options
Downloads
Patches
Plain Diff
updated version
parent
f938c935
No related branches found
No related tags found
1 merge request
!117
Release
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
api/version_vars.go
+10
-9
10 additions, 9 deletions
api/version_vars.go
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
with
11 additions
and
10 deletions
api/version_vars.go
+
10
−
9
View file @
9189e7cd
// 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-1
1-11 13:19:35.619263
-0
6
00
C
ST m=+0.
0498200
30
// 2021-1
2-22 12:06:50.3846362
-0
8
00
P
ST m=+0.
189102
30
1
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.20211
101174956-590ba1b47887
gitlab.com/elixxir/comms v0.0.4-0.20211
222195106-4ec0e4f02f69
gitlab.com/elixxir/crypto v0.0.7-0.20211
0
22
013957-3a7899285c4c
gitlab.com/elixxir/crypto v0.0.7-0.2021122
2194952-736897f54f09
gitlab.com/elixxir/ekv v0.1.5
gitlab.com/elixxir/ekv v0.1.5
gitlab.com/elixxir/primitives v0.0.3-0.20211
102233208-a716d5c670b6
gitlab.com/elixxir/primitives v0.0.3-0.20211
222194918-5c28e9620d4e
gitlab.com/xx_network/comms v0.0.4-0.20211
014163953-e774276b83ae
gitlab.com/xx_network/comms v0.0.4-0.20211
222194906-4c28450f7144
gitlab.com/xx_network/crypto v0.0.5-0.20211
014163843-57b345890686
gitlab.com/xx_network/crypto v0.0.5-0.20211
222194842-09692b01f03e
gitlab.com/xx_network/primitives v0.0.4-0.20211
014163031-53405cf191fb
gitlab.com/xx_network/primitives v0.0.4-0.20211
222005558-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
...
...
This diff is collapsed.
Click to expand it.
cmd/version.go
+
1
−
1
View file @
9189e7cd
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment