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

Update version to v4.3.3

parent 589e2852
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 = "4.3.2"
const currentVersion = "4.3.3"
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-10-28 17:15:49.212852925 +0000 UTC m=+0.009994080
// 2022-10-28 21:50:28.385979316 +0000 UTC m=+0.011426592
package xxdk
const GITVERSION = `30a95769 yRevert "Add /v4 modpath"`
const SEMVER = "4.3.2"
const GITVERSION = `589e2852 update deps`
const SEMVER = "4.3.3"
const DEPENDENCIES = `module gitlab.com/elixxir/client
go 1.17
......@@ -22,8 +22,8 @@ require (
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.0
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f
gitlab.com/elixxir/comms v0.0.4-0.20221027214216-31527f2bb34c
gitlab.com/elixxir/crypto v0.0.7-0.20221027040529-dbcb6eb2b087
gitlab.com/elixxir/comms v0.0.4-0.20221028214815-365171b3cb36
gitlab.com/elixxir/crypto v0.0.7-0.20221028214442-29091a3c04b1
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/primitives v0.0.3-0.20221025020430-f5d2eb330fbc
gitlab.com/xx_network/comms v0.0.4-0.20221027213956-c8a8cf68ee4f
......
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