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
27ab5144
Commit
27ab5144
authored
2 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Set to version v4.3.6
parent
d11b7550
No related branches found
Branches containing commit
Tags
v4.3.6
Tags containing commit
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
+4
-4
4 additions, 4 deletions
xxdk/version_vars.go
with
5 additions
and
5 deletions
cmd/version.go
+
1
−
1
View file @
27ab5144
...
...
@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"4.3.
5
"
const
currentVersion
=
"4.3.
6
"
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
+
4
−
4
View file @
27ab5144
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2022-11-10
19:12:43.14717555
3 +0000 UTC m=+0.0
1060583
6
// 2022-11-10
23:17:56.65671416
3 +0000 UTC m=+0.0
0885149
6
package
xxdk
const
GITVERSION
=
`d
9acd195 Update makefile to build v5 client in
bindings`
const
SEMVER
=
"
5.0.1
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v
5
const
GITVERSION
=
`d
11b7550 Fix
bindings`
const
SEMVER
=
"
4.3.6
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client/v
4
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