Skip to content
Snippets Groups Projects
Commit 48e55887 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

update to v4.3.7

parent f4e3acae
Branches
Tags
1 merge request!510Release
...@@ -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.3.6" const currentVersion = "4.3.7"
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,
......
// 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
// 2022-11-10 23:17:56.656714163 +0000 UTC m=+0.008851496 // 2022-11-11 01:37:42.933242774 +0000 UTC m=+0.009422129
package xxdk package xxdk
const GITVERSION = `d11b7550 Fix bindings` const GITVERSION = `f4e3acae Fix version check`
const SEMVER = "4.3.6" const SEMVER = "4.3.7"
const DEPENDENCIES = `module gitlab.com/elixxir/client/v4 const DEPENDENCIES = `module gitlab.com/elixxir/client/v4
go 1.19 go 1.19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment