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
5f6a16e3
Commit
5f6a16e3
authored
2 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Bump to v4.5.0 - DM Support
parent
8d290bf8
No related branches found
No related tags found
1 merge request
!515
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 @
5f6a16e3
...
...
@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"4.
4.5
"
const
currentVersion
=
"4.
5.0
"
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 @
5f6a16e3
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2023-0
1-20 13:11:27.125057
-0
6
00
C
ST m=+0.0
4083761
1
// 2023-0
3-10 17:41:19.136928
-0
5
00
E
ST m=+0.0
2524950
1
package
xxdk
const
GITVERSION
=
`
b198e7ab
Merge branch '
release' into XX-4429/EventModelDB
`
const
SEMVER
=
"4.
4.5
"
const
GITVERSION
=
`
8d290bf8
Merge branch '
hotfix/dmsent' into 'release'
`
const
SEMVER
=
"4.
5.0
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v4
go 1.19
...
...
@@ -23,13 +23,13 @@ require (
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.1
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f
gitlab.com/elixxir/comms v0.0.4-0.20230
116232020-39f76a2aecc
c
gitlab.com/elixxir/crypto v0.0.7-0.20230
120181912-b9c6cae57f5b
gitlab.com/elixxir/comms v0.0.4-0.20230
308162630-a56837e7793
c
gitlab.com/elixxir/crypto v0.0.7-0.20230
214180106-72841fd1e426
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/primitives v0.0.3-0.20230
109222259-f62b2a90b62
c
gitlab.com/xx_network/comms v0.0.4-0.20230
113193654-a3a18c6bbb90
gitlab.com/xx_network/crypto v0.0.5-0.20230
113190331-06f2eb12b97f
gitlab.com/xx_network/primitives v0.0.4-0.202
21219230308-4b5550a9247d
gitlab.com/elixxir/primitives v0.0.3-0.20230
214180039-9a25e2d3969
c
gitlab.com/xx_network/comms v0.0.4-0.20230
214180029-5387fb85736d
gitlab.com/xx_network/crypto v0.0.5-0.20230
214003943-8a09396e95dd
gitlab.com/xx_network/primitives v0.0.4-0.202
30307184259-97747936d7b4
go.uber.org/ratelimit v0.2.0
golang.org/x/crypto v0.5.0
golang.org/x/net v0.5.0
...
...
@@ -41,7 +41,7 @@ require (
require (
filippo.io/edwards25519 v1.0.0 // indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-202
21221204132-2ed1fec765f1
// indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-202
30214175953-5b5a8c33d28a
// 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
...
...
@@ -55,7 +55,7 @@ require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.1
1.7
// indirect
github.com/klauspost/compress v1.1
5.9
// indirect
github.com/klauspost/cpuid/v2 v2.1.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-sqlite3 v1.14.15 // 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