Skip to content
Snippets Groups Projects
Commit c27b4ec3 authored by Jake Taylor's avatar Jake Taylor :lips:
Browse files

adjust version print

parent a5c515a4
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,8 @@ import ( ...@@ -18,7 +18,8 @@ import (
const currentVersion = "1.2.1" const currentVersion = "1.2.1"
func printVersion() { func printVersion() {
fmt.Printf("Elixxir Registration Server v%s -- %s\n\n", SEMVER, GITVERSION) fmt.Printf("XX Network Permissioning Server v%s -- %s\n\n",
SEMVER, GITVERSION)
fmt.Printf("Dependencies:\n\n%s\n", DEPENDENCIES) fmt.Printf("Dependencies:\n\n%s\n", DEPENDENCIES)
} }
......
// 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
// 2020-06-19 10:22:16.298262 -0700 PDT m=+0.030866691 // 2020-06-22 13:45:19.117092 -0700 PDT m=+0.021823167
package cmd package cmd
const GITVERSION = `ca9242c Merge branch 'hotfix/DbIndexing' into 'release'` const GITVERSION = `a5c515a Merge branch 'hotfix/DbConnMaint' into 'release'`
const SEMVER = "1.2.1" const SEMVER = "1.2.1"
const DEPENDENCIES = `module gitlab.com/elixxir/registration const DEPENDENCIES = `module gitlab.com/elixxir/registration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment