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

Update to v5.0.1

parent d9acd195
No related branches found
No related tags found
1 merge request!510Release
......@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const currentVersion = "5.0.0"
const currentVersion = "5.0.1"
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-10 18:36:19.53195423 +0000 UTC m=+0.047508943
// 2022-11-10 19:12:43.147175553 +0000 UTC m=+0.010605836
package xxdk
const GITVERSION = `1d5b50bb Version v4.3.4, note that this update also includes the update for the golang v2 and beyond spec: https://go.dev/blog/v2-go-modules`
const SEMVER = "5.0.0"
const GITVERSION = `d9acd195 Update makefile to build v5 client in bindings`
const SEMVER = "5.0.1"
const DEPENDENCIES = `module gitlab.com/elixxir/client/v5
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