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

Bump version to v4.6.1

parent 61840dd3
No related branches found
Tags v4.6.1
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.0" const currentVersion = "4.6.1"
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-03-14 12:15:02.265578 -0400 EDT m=+0.027804668 // 2023-03-20 20:53:57.665829561 +0000 UTC m=+0.030059391
package xxdk package xxdk
const GITVERSION = `91b3e230 Merge branch 'anne/binding-fix' into 'release'` const GITVERSION = `61840dd3 Merge branch 'XX-4574' into 'release'`
const SEMVER = "4.6.0" const SEMVER = "4.6.1"
const DEPENDENCIES = `module gitlab.com/elixxir/client/v4 const DEPENDENCIES = `module gitlab.com/elixxir/client/v4
go 1.19 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