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

Bump version to v4.6.3

parent 2c5c4d77
No related branches found
No related tags found
1 merge request!515Release
...@@ -18,7 +18,7 @@ import ( ...@@ -18,7 +18,7 @@ import (
) )
// Change this value to set the version for this build // Change this value to set the version for this build
const currentVersion = "4.6.2" const currentVersion = "4.6.3"
func Version() string { func Version() string {
out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", xxdk.SEMVER, out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", xxdk.SEMVER,
......
// Code generated by go generate; DO NOT EDIT. // Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at // This file was generated by robots at
// 2023-04-04 12:53:15.521077 -0400 EDT m=+0.023624418 // 2023-04-26 17:01:58.308776988 +0000 UTC m=+0.008143223
package xxdk package xxdk
const GITVERSION = `0dfd5e71 Merge branch 'release' into xx-4591/enable-noreg` const GITVERSION = `2c5c4d77 Merge branch 'XX-4617/dmtoken' into 'release'`
const SEMVER = "4.6.2" const SEMVER = "4.6.3"
const DEPENDENCIES = `module gitlab.com/elixxir/client/v4 const DEPENDENCIES = `module gitlab.com/elixxir/client/v4
go 1.19 go 1.19
...@@ -17,14 +17,13 @@ require ( ...@@ -17,14 +17,13 @@ require (
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pkg/errors v0.9.1 github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.6.0 github.com/pkg/profile v1.6.0
github.com/rivo/uniseg v0.4.3
github.com/spf13/cobra v1.5.0 github.com/spf13/cobra v1.5.0
github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.12.0 github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.8.2 github.com/stretchr/testify v1.8.2
gitlab.com/elixxir/bloomfilter v0.0.0-20230315224936-a4459418f300 gitlab.com/elixxir/bloomfilter v0.0.0-20230315224936-a4459418f300
gitlab.com/elixxir/comms v0.0.4-0.20230310205528-f06faa0d2f0b gitlab.com/elixxir/comms v0.0.4-0.20230310205528-f06faa0d2f0b
gitlab.com/elixxir/crypto v0.0.7-0.20230322175717-4a3b5a24bdf4 gitlab.com/elixxir/crypto v0.0.7-0.20230413162806-a99ec4bfea32
gitlab.com/elixxir/ekv v0.2.1 gitlab.com/elixxir/ekv v0.2.1
gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c
gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d
......
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