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

update version

parent 1cbd6253
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.10"
const currentVersion = "4.3.11"
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-17 09:17:30.057367592 -0800 PST m=+0.010667512
// 2022-12-16 20:44:31.283074709 +0000 UTC m=+0.010580290
package xxdk
const GITVERSION = `9fae107a Fix race condition in FT wrapper_test (groupChat)`
const SEMVER = "4.3.9"
const GITVERSION = `1cbd6253 fixed registration url replacement code`
const SEMVER = "4.3.11"
const DEPENDENCIES = `module gitlab.com/elixxir/client/v4
go 1.19
......@@ -22,13 +22,13 @@ 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.20221110181420-84bca6216fe4
gitlab.com/elixxir/crypto v0.0.7-0.20221114184755-9fecef9a2093
gitlab.com/elixxir/comms v0.0.4-0.20221215214627-7807bfdde33a
gitlab.com/elixxir/crypto v0.0.7-0.20221214192244-6783272c04a0
gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/primitives v0.0.3-0.20221114231218-cc461261a6af
gitlab.com/xx_network/comms v0.0.4-0.20221110181111-4f0694876936
gitlab.com/xx_network/crypto v0.0.5-0.20221110181048-76f0c556fe95
gitlab.com/xx_network/primitives v0.0.4-0.20221110180011-fd6ea3058225
gitlab.com/elixxir/primitives v0.0.3-0.20221214192222-988b44a6958a
gitlab.com/xx_network/comms v0.0.4-0.20221215214252-1275cef8760e
gitlab.com/xx_network/crypto v0.0.5-0.20221121220724-8eefdbb0eb46
gitlab.com/xx_network/primitives v0.0.4-0.20221209210320-376735467d58
go.uber.org/ratelimit v0.2.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
......@@ -37,7 +37,7 @@ require (
)
require (
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20221102223039-dc1f37d94e70 // indirect
git.xx.network/elixxir/grpc-web-go-client v0.0.0-20221215181401-0b8a26d47532 // indirect
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/badoux/checkmail v1.2.1 // indirect
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
......@@ -78,5 +78,6 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.7 // indirect
src.agwa.name/tlshacks v0.0.0-20220518131152-d2c6f4e2b780 // indirect
)
`
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