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
e8ed7401
Commit
e8ed7401
authored
2 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Update version
parent
4600e5df
No related branches found
Branches containing commit
Tags
v4.3.1
Tags containing commit
1 merge request
!510
Release
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
xxdk/version_vars.go
+11
-11
11 additions, 11 deletions
xxdk/version_vars.go
with
12 additions
and
12 deletions
cmd/version.go
+
1
−
1
View file @
e8ed7401
...
...
@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"4.3.
0
"
const
currentVersion
=
"4.3.
1
"
func
Version
()
string
{
out
:=
fmt
.
Sprintf
(
"Elixxir Client v%s -- %s
\n\n
"
,
xxdk
.
SEMVER
,
...
...
This diff is collapsed.
Click to expand it.
xxdk/version_vars.go
+
11
−
11
View file @
e8ed7401
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2022-10-
17 12:52:49.822998 -0500 CDT m=+0.037589931
// 2022-10-
28 02:19:26.226104055 +0000 UTC m=+0.009764820
package
xxdk
const
GITVERSION
=
`
a401d138 update deps
`
const
SEMVER
=
"4.3.
0
"
const
GITVERSION
=
`
4600e5df reduced paralell message pickup
`
const
SEMVER
=
"4.3.
1
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
go 1.17
...
...
@@ -22,13 +22,13 @@ require (
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f
gitlab.com/elixxir/comms v0.0.4-0.202210
17173926-4eaa6061dfaa
gitlab.com/elixxir/crypto v0.0.7-0.202210
17173452-565da4101a3b
gitlab.com/elixxir/comms v0.0.4-0.202210
27214216-31527f2bb34c
gitlab.com/elixxir/crypto v0.0.7-0.202210
27040529-dbcb6eb2b087
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/primitives v0.0.3-0.202210
17172918-6176818d1aba
gitlab.com/xx_network/comms v0.0.4-0.202210
17172508-09e33697dc15
gitlab.com/xx_network/crypto v0.0.5-0.202210
17172404-b384a8d8b171
gitlab.com/xx_network/primitives v0.0.4-0.202210
17171439-42169a3e5c0d
gitlab.com/elixxir/primitives v0.0.3-0.202210
25020430-f5d2eb330fbc
gitlab.com/xx_network/comms v0.0.4-0.202210
27213956-c8a8cf68ee4f
gitlab.com/xx_network/crypto v0.0.5-0.202210
25020316-517fa8f91d2c
gitlab.com/xx_network/primitives v0.0.4-0.202210
25020003-cbec15a71b8f
go.uber.org/ratelimit v0.2.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
...
...
@@ -37,7 +37,7 @@ require (
)
require (
git.xx.network/elixxir/grpc-web-go-client v0.0.0-2022
0908170150-ef04339ffe65
// indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-2022
1027213839-7343cd399f14
// indirect
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/badoux/checkmail v1.2.1 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
...
...
@@ -69,7 +69,7 @@ require (
github.com/ttacon/libphonenumber v1.2.1 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
gitlab.com/xx_network/ring v0.0.3-0.20220
222211904-da613960ad93
// indirect
gitlab.com/xx_network/ring v0.0.3-0.20220
902183151-a7d3b15bc981
// indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
golang.org/x/text v0.3.7 // indirect
...
...
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