Skip to content
Snippets Groups Projects
Commit f366ae6f authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix version

parent 9fae107a
No related branches found
No related tags found
3 merge requests!510Release,!468Changes to make Integration Test,!459Move wg for file transfer test
......@@ -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,
......
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2022-11-14 23:15:18.806830082 +0000 UTC m=+0.010342227
// 2022-11-17 09:17:30.057367592 -0800 PST m=+0.010667512
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment