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
5dfa3c96
Commit
5dfa3c96
authored
Oct 7, 2020
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Update minor version for 4k prime fix
parent
0019f7b7
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
+5
-5
5 additions, 5 deletions
cmd/version_vars.go
with
6 additions
and
6 deletions
cmd/version.go
+
1
−
1
View file @
5dfa3c96
...
@@ -16,7 +16,7 @@ import (
...
@@ -16,7 +16,7 @@ import (
)
)
// Change this value to set the version for this build
// Change this value to set the version for this build
const
currentVersion
=
"1.
5.1
"
const
currentVersion
=
"1.
6.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
+
5
−
5
View file @
5dfa3c96
// 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-10-0
6
09:
27:14.21491619
-0700 PDT m=+0.0
1159783
6
// 2020-10-0
7
09:
59:33.842402123
-0700 PDT m=+0.0
0653811
6
package
cmd
package
cmd
const
GITVERSION
=
`
8fbfc950 Merge branch 'niamh/sizeVariants' in
to
'
hotfix
/4kPrime'
`
const
GITVERSION
=
`
0019f7b7 Point
to
a
hotfix
comms branch
`
const
SEMVER
=
"1.
5.1
"
const
SEMVER
=
"1.
6.0
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/server
const
DEPENDENCIES
=
`module gitlab.com/elixxir/server
go 1.13
go 1.13
...
@@ -29,9 +29,9 @@ require (
...
@@ -29,9 +29,9 @@ require (
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.3
github.com/spf13/viper v1.6.3
gitlab.com/elixxir/comms v0.0.0-2020
0917221445-8a509560122a
gitlab.com/elixxir/comms v0.0.0-2020
1007164918-8331c82e4f19
gitlab.com/elixxir/crypto v0.0.0-20200929234850-a63eab712d94
gitlab.com/elixxir/crypto v0.0.0-20200929234850-a63eab712d94
gitlab.com/elixxir/gpumathsgo v0.0.2-0.2020100
2224936-10c0009b7bdd
gitlab.com/elixxir/gpumathsgo v0.0.2-0.2020100
7163558-0fea70f49fe0
gitlab.com/elixxir/primitives v0.0.0-20200929202834-811c810c6387
gitlab.com/elixxir/primitives v0.0.0-20200929202834-811c810c6387
gitlab.com/xx_network/comms v0.0.0-20200916172635-6ab807c3c820
gitlab.com/xx_network/comms v0.0.0-20200916172635-6ab807c3c820
gitlab.com/xx_network/crypto v0.0.0-20200806202113-978fa1984bbf // indirect
gitlab.com/xx_network/crypto v0.0.0-20200806202113-978fa1984bbf // 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