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
afd13499
Commit
afd13499
authored
3 years ago
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
update ver
parent
0d927b59
No related branches found
No related tags found
2 merge requests
!231
Revert "Update store to print changes to the partners list"
,
!187
Xx 3829/triggers
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
api/version_vars.go
+6
-6
6 additions, 6 deletions
api/version_vars.go
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
with
7 additions
and
7 deletions
api/version_vars.go
+
6
−
6
View file @
afd13499
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2022-0
2-23 12:55:40.97151
3 -0600 CST m=+0.0
38316967
// 2022-0
3-10 11:46:32.70943
3 -0600 CST m=+0.0
47217210
package
api
const
GITVERSION
=
`
8
0d
6fb9f Merge branch 'hotfix/RenableHistorical' into 'release'
`
const
SEMVER
=
"4.
0
.0"
const
GITVERSION
=
`0d
927b59 Update deps
`
const
SEMVER
=
"4.
1
.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
go 1.17
...
...
@@ -19,11 +19,11 @@ 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.20220
222221859-c12e29bde218
gitlab.com/elixxir/crypto v0.0.7-0.20220
222221347-95c7ae58da6b
gitlab.com/elixxir/comms v0.0.4-0.20220
308183624-c2183e687a03
gitlab.com/elixxir/crypto v0.0.7-0.20220
309234716-1ba339865787
gitlab.com/elixxir/ekv v0.1.6
gitlab.com/elixxir/primitives v0.0.3-0.20220222212109-d412a6e46623
gitlab.com/xx_network/comms v0.0.4-0.2022022
2212058-5a37737af57e
gitlab.com/xx_network/comms v0.0.4-0.2022022
3205228-7c4974139569
gitlab.com/xx_network/crypto v0.0.5-0.20220222212031-750f7e8a01f4
gitlab.com/xx_network/primitives v0.0.4-0.20220222211843-901fa4a2d72b
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed
...
...
This diff is collapsed.
Click to expand it.
cmd/version.go
+
1
−
1
View file @
afd13499
...
...
@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"4.
0
.0"
const
currentVersion
=
"4.
1
.0"
func
Version
()
string
{
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