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
9fcb2ac8
Commit
9fcb2ac8
authored
2 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
update version
parent
1cbd6253
No related branches found
No related tags found
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
-10
11 additions, 10 deletions
xxdk/version_vars.go
with
12 additions
and
11 deletions
cmd/version.go
+
1
−
1
View file @
9fcb2ac8
...
...
@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"4.3.1
0
"
const
currentVersion
=
"4.3.1
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
−
10
View file @
9fcb2ac8
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2022-1
1
-1
7 09:17:30.057367592 -0800 PST
m=+0.010
667512
// 2022-1
2
-1
6 20:44:31.283074709 +0000 UTC
m=+0.010
580290
package
xxdk
const
GITVERSION
=
`
9fae107a Fix race condition in FT wrapper_test (groupChat)
`
const
SEMVER
=
"4.3.
9
"
const
GITVERSION
=
`
1cbd6253 fixed registration url replacement code
`
const
SEMVER
=
"4.3.
11
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v4
go 1.19
...
...
@@ -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.20221
110181420-84bca6216fe4
gitlab.com/elixxir/crypto v0.0.7-0.20221
1
141
84755-9fecef9a2093
gitlab.com/elixxir/comms v0.0.4-0.20221
215214627-7807bfdde33a
gitlab.com/elixxir/crypto v0.0.7-0.20221
2
141
92244-6783272c04a0
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/primitives v0.0.3-0.20221
114231218-cc461261a6af
gitlab.com/xx_network/comms v0.0.4-0.20221
110181111-4f0694876936
gitlab.com/xx_network/crypto v0.0.5-0.202211
10181048-76f0c556fe95
gitlab.com/xx_network/primitives v0.0.4-0.20221
110180011-fd6ea3058225
gitlab.com/elixxir/primitives v0.0.3-0.20221
214192222-988b44a6958a
gitlab.com/xx_network/comms v0.0.4-0.20221
215214252-1275cef8760e
gitlab.com/xx_network/crypto v0.0.5-0.202211
21220724-8eefdbb0eb46
gitlab.com/xx_network/primitives v0.0.4-0.20221
209210320-376735467d58
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-20221
102223039-dc1f37d94e70
// indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20221
215181401-0b8a26d47532
// 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
...
...
@@ -78,5 +78,6 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.7 // indirect
src.agwa.name/tlshacks v0.0.0-20220518131152-d2c6f4e2b780 // 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