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
494e27ff
Commit
494e27ff
authored
1 year ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to v4.6.3
parent
2c5c4d77
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
+4
-5
4 additions, 5 deletions
xxdk/version_vars.go
with
5 additions
and
6 deletions
cmd/version.go
+
1
−
1
View file @
494e27ff
...
@@ -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.6.
2
"
const
currentVersion
=
"4.6.
3
"
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
+
4
−
5
View file @
494e27ff
// 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-04-
04 12:53:15.521077 -0400 EDT m=+0.023624418
// 2023-04-
26 17:01:58.308776988 +0000 UTC m=+0.008143223
package
xxdk
package
xxdk
const
GITVERSION
=
`
0dfd5e71
Merge branch '
release' into xx-4591/enable-noreg
`
const
GITVERSION
=
`
2c5c4d77
Merge branch '
XX-4617/dmtoken' into 'release'
`
const
SEMVER
=
"4.6.
2
"
const
SEMVER
=
"4.6.
3
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v4
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v4
go 1.19
go 1.19
...
@@ -17,14 +17,13 @@ require (
...
@@ -17,14 +17,13 @@ require (
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pkg/errors v0.9.1
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.6.0
github.com/pkg/profile v1.6.0
github.com/rivo/uniseg v0.4.3
github.com/spf13/cobra v1.5.0
github.com/spf13/cobra v1.5.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.12.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.8.2
gitlab.com/elixxir/bloomfilter v0.0.0-20230315224936-a4459418f300
gitlab.com/elixxir/bloomfilter v0.0.0-20230315224936-a4459418f300
gitlab.com/elixxir/comms v0.0.4-0.20230310205528-f06faa0d2f0b
gitlab.com/elixxir/comms v0.0.4-0.20230310205528-f06faa0d2f0b
gitlab.com/elixxir/crypto v0.0.7-0.20230
322175717-4a3b5a24bdf4
gitlab.com/elixxir/crypto v0.0.7-0.20230
413162806-a99ec4bfea32
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c
gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c
gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d
gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d
...
...
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