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
6b208ab8
Commit
6b208ab8
authored
2 years ago
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
update version to 4.4.4
parent
77efe674
No related branches found
No related tags found
1 merge request
!510
Release
Changes
2
Show 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
+13
-13
13 additions, 13 deletions
xxdk/version_vars.go
with
14 additions
and
14 deletions
cmd/version.go
+
1
−
1
View file @
6b208ab8
...
@@ -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
=
"4.4.
3
"
const
currentVersion
=
"4.4.
4
"
func
Version
()
string
{
func
Version
()
string
{
out
:=
fmt
.
Sprintf
(
"Elixxir Client v%s -- %s
\n\n
"
,
xxdk
.
SEMVER
,
out
:=
fmt
.
Sprintf
(
"Elixxir Client v%s -- %s
\n\n
"
,
xxdk
.
SEMVER
,
...
...
This diff is collapsed.
Click to expand it.
xxdk/version_vars.go
+
13
−
13
View file @
6b208ab8
// 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
// 2023-01-
0
9 1
2:47:37.38457
5 -0600 CST m=+0.0
87037408
// 2023-01-
1
9 1
1:34:42.67480
5 -0600 CST m=+0.0
62023007
package
xxdk
package
xxdk
const
GITVERSION
=
`
d86dbd0b Merge branch 'release' into 'NewHostPool'
`
const
GITVERSION
=
`
77efe674 added log on dummy message thread start
`
const
SEMVER
=
"4.4.
3
"
const
SEMVER
=
"4.4.
4
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v4
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v4
go 1.19
go 1.19
...
@@ -23,23 +23,23 @@ require (
...
@@ -23,23 +23,23 @@ require (
github.com/spf13/viper v1.12.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.0
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f
gitlab.com/elixxir/comms v0.0.4-0.202301
09184457-e10f20295430
gitlab.com/elixxir/comms v0.0.4-0.202301
13232310-712ff1217195
gitlab.com/elixxir/crypto v0.0.7-0.202301
09182503-bd51c95bdcb3
gitlab.com/elixxir/crypto v0.0.7-0.202301
13231934-c833bffda448
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/primitives v0.0.3-0.202
21214192222-988b44a6958a
gitlab.com/elixxir/primitives v0.0.3-0.202
30109222259-f62b2a90b62c
gitlab.com/xx_network/comms v0.0.4-0.202301
09184153-4cb43814fa1d
gitlab.com/xx_network/comms v0.0.4-0.202301
13193654-a3a18c6bbb90
gitlab.com/xx_network/crypto v0.0.5-0.202
21121220724-8eefdbb0eb46
gitlab.com/xx_network/crypto v0.0.5-0.202
30113190331-06f2eb12b97f
gitlab.com/xx_network/primitives v0.0.4-0.20221219230308-4b5550a9247d
gitlab.com/xx_network/primitives v0.0.4-0.20221219230308-4b5550a9247d
go.uber.org/ratelimit v0.2.0
go.uber.org/ratelimit v0.2.0
golang.org/x/crypto v0.
0.0-20220722155217-630584e8d5aa
golang.org/x/crypto v0.
5.0
golang.org/x/net v0.
0.0-20220822230855-b0a4917ee28c
golang.org/x/net v0.
5.0
google.golang.org/grpc v1.49.0
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
google.golang.org/protobuf v1.28.1
)
)
require (
require (
filippo.io/edwards25519 v1.0.0 // indirect
filippo.io/edwards25519 v1.0.0 // indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-2022122120
3224-436c7ab720af
// indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-2022122120
4132-2ed1fec765f1
// indirect
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/badoux/checkmail v1.2.1 // indirect
github.com/badoux/checkmail v1.2.1 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
...
@@ -79,8 +79,8 @@ require (
...
@@ -79,8 +79,8 @@ require (
gitlab.com/yawning/nyquist.git v0.0.0-20221003103146-de5645224a22 // indirect
gitlab.com/yawning/nyquist.git v0.0.0-20221003103146-de5645224a22 // indirect
gitlab.com/yawning/x448.git v0.0.0-20221003101044-617eb9b7d9b7 // indirect
gitlab.com/yawning/x448.git v0.0.0-20221003101044-617eb9b7d9b7 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/sys v0.
0
.0
-20220928140112-f11e5e49a4ec
// indirect
golang.org/x/sys v0.
4
.0 // indirect
golang.org/x/text v0.
3.7
// indirect
golang.org/x/text v0.
6.0
// indirect
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // 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