Skip to content
Snippets Groups Projects
Commit 7cee1148 authored by Jake Taylor's avatar Jake Taylor
Browse files

update client version.go

parent 48285297
No related branches found
No related tags found
1 merge request!510Release
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2022-06-06 15:29:07.985136 -0500 CDT m=+0.025770522
// 2022-06-06 16:30:34.245821 -0500 CDT m=+0.030165276
package api
const GITVERSION = `3f73b1f6 re-add utils`
const SEMVER = "4.1.0"
const GITVERSION = `48285297 Merge branch 'restructure' into 'release'`
const SEMVER = "4.2.0"
const DEPENDENCIES = `module gitlab.com/elixxir/client
go 1.17
......
......@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const currentVersion = "4.1.0"
const currentVersion = "4.2.0"
func Version() string {
out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", api.SEMVER,
......
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