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
Netrino
server
Commits
ecb2bab1
Commit
ecb2bab1
authored
Jul 23, 2021
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Bump to version 2.5.3
parent
ae06c5ee
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
+1
-1
1 addition, 1 deletion
cmd/version.go
cmd/version_vars.go
+4
-3
4 additions, 3 deletions
cmd/version_vars.go
with
5 additions
and
4 deletions
cmd/version.go
+
1
−
1
View file @
ecb2bab1
...
...
@@ -17,7 +17,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"2.5.
2
"
const
currentVersion
=
"2.5.
3
"
func
printVersion
()
{
fmt
.
Printf
(
"xx network Server v%s -- %s
\n\n
"
,
SEMVER
,
GITVERSION
)
...
...
This diff is collapsed.
Click to expand it.
cmd/version_vars.go
+
4
−
3
View file @
ecb2bab1
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2021-0
6-10 08:36:55.7210753 -0700 PDT m=+0.328009101
// 2021-0
7-23 18:37:19.907502706 +0000 UTC m=+0.005262368
package
cmd
const
GITVERSION
=
`
5c1c05fe fixed building
`
const
SEMVER
=
"2.5.
2
"
const
GITVERSION
=
`
ae06c5ee Update sign default language
`
const
SEMVER
=
"2.5.
3
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/server
go 1.13
require (
github.com/InfiniteLoopSpace/go_S-MIME v0.0.0-20181221134359-3f58f9a4b2b6
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
github.com/golang/protobuf v1.5.2
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
...
...
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