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

v4.7.4 wasm RPC module

parent 085e9805
No related branches found
Tags v4.7.4
1 merge request!701RPC Module
......@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const currentVersion = "4.7.3"
const currentVersion = "4.7.4"
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
// 2024-07-10 16:46:11.248996 -0400 EDT m=+0.034938209
// 2024-07-12 13:43:41.590682 -0400 EDT m=+0.029165709
package xxdk
const GITVERSION = `a0bf2bbb Fix partitioning bug`
const SEMVER = "4.7.3"
const GITVERSION = `085e9805 Fix python error`
const SEMVER = "4.7.4"
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.
Finish editing this message first!
Please register or to comment