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

v4.7.2 - hotfix for single-use crashes during timeouts

parent 19d83e5e
No related branches found
No related tags found
No related merge requests found
...@@ -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.7.0" const currentVersion = "4.7.2"
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
// 2023-12-19 22:15:35.941567886 +0000 UTC m=+0.009900697 // 2024-01-26 18:03:30.584206696 +0000 UTC m=+0.008755169
package xxdk package xxdk
const GITVERSION = `7fb8084e remove duplicate import` const GITVERSION = `19d83e5e Merge branch 'fix-single-use-crash' into 'release'`
const SEMVER = "4.7.1" const SEMVER = "4.7.2"
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.
Finish editing this message first!
Please register or to comment