Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
server
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container 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
server
Commits
7a8f8c76
Commit
7a8f8c76
authored
Mar 14, 2023
by
Jonah Husson
Browse files
Options
Downloads
Patches
Plain Diff
Bump version for no registration
parent
7fc2417a
No related branches found
No related tags found
1 merge request
!48
Release
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
cmd/version_vars.go
+3
-3
3 additions, 3 deletions
cmd/version_vars.go
with
4 additions
and
4 deletions
cmd/version.go
+
1
−
1
View file @
7a8f8c76
...
@@ -17,7 +17,7 @@ import (
...
@@ -17,7 +17,7 @@ import (
)
)
// Change this value to set the version for this build
// Change this value to set the version for this build
const
currentVersion
=
"3.1
2
.0"
const
currentVersion
=
"3.1
3
.0"
func
printVersion
()
{
func
printVersion
()
{
fmt
.
Printf
(
"xx network Server v%s -- %s
\n\n
"
,
SEMVER
,
GITVERSION
)
fmt
.
Printf
(
"xx network Server v%s -- %s
\n\n
"
,
SEMVER
,
GITVERSION
)
...
...
This diff is collapsed.
Click to expand it.
cmd/version_vars.go
+
3
−
3
View file @
7a8f8c76
// 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-1
3
1
5:18:27.577327
-0400 EDT m=+0.0
23109667
// 2023-03-1
4
1
2:23:27.232438
-0400 EDT m=+0.0
18943918
package
cmd
package
cmd
const
GITVERSION
=
`
10c0400b Merge branch 'xx-4437/no-registration' into '
release
'
`
const
GITVERSION
=
`
7fc2417a run make
release`
const
SEMVER
=
"3.1
2
.0"
const
SEMVER
=
"3.1
3
.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/server
const
DEPENDENCIES
=
`module gitlab.com/elixxir/server
go 1.19
go 1.19
...
...
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