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
f366ae6f
Commit
f366ae6f
authored
2 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Fix version
parent
9fae107a
No related branches found
No related tags found
3 merge requests
!510
Release
,
!468
Changes to make Integration Test
,
!459
Move wg for file transfer test
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
+3
-3
3 additions, 3 deletions
xxdk/version_vars.go
with
4 additions
and
4 deletions
cmd/version.go
+
1
−
1
View file @
f366ae6f
...
...
@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"4.3.
8
"
const
currentVersion
=
"4.3.
9
"
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
+
3
−
3
View file @
f366ae6f
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2022-11-1
4 23:15:18.806830082 +0000 UTC
m=+0.010
342227
// 2022-11-1
7 09:17:30.057367592 -0800 PST
m=+0.010
667512
package
xxdk
const
GITVERSION
=
`
6e5de435 Fix tests but maintain the message hash sanity check in the message buffer deserialization code
`
const
SEMVER
=
"4.3.
8
"
const
GITVERSION
=
`
9fae107a Fix race condition in FT wrapper_test (groupChat)
`
const
SEMVER
=
"4.3.
9
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v4
go 1.19
...
...
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