Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
registration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
registration
Commits
c27b4ec3
Commit
c27b4ec3
authored
Jun 22, 2020
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
adjust version print
parent
a5c515a4
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmd/version.go
+2
-1
2 additions, 1 deletion
cmd/version.go
cmd/version_vars.go
+2
-2
2 additions, 2 deletions
cmd/version_vars.go
with
4 additions
and
3 deletions
cmd/version.go
+
2
−
1
View file @
c27b4ec3
...
@@ -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
)
}
}
...
...
This diff is collapsed.
Click to expand it.
cmd/version_vars.go
+
2
−
2
View file @
c27b4ec3
// 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.29826
2 -0700 PDT m=+0.0
30866691
// 2020-06-
22 13:45:19.11709
2 -0700 PDT m=+0.0
21823167
package
cmd
package
cmd
const
GITVERSION
=
`
ca9242c
Merge branch 'hotfix/Db
Index
in
g
' into 'release'`
const
GITVERSION
=
`
a5c515a
Merge branch 'hotfix/Db
ConnMa
in
t
' 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment