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
7d571d4c
Commit
7d571d4c
authored
Aug 17, 2021
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
update ver
parent
e5a8c8fd
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!9
Release
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-4
1 addition, 4 deletions
Makefile
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
7 additions
and
10 deletions
Makefile
+
1
−
4
View file @
7d571d4c
.PHONY
:
update master release setup update_master update_release build clean version
setup
:
git config
--global
--add
url.
"git@gitlab.com:"
.insteadOf
"https://gitlab.com/"
.PHONY
:
update master release update_master update_release build clean version
version
:
go run main.go generate
...
...
This diff is collapsed.
Click to expand it.
cmd/version.go
+
1
−
1
View file @
7d571d4c
...
...
@@ -17,7 +17,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"3.
0
.0"
const
currentVersion
=
"3.
1
.0"
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
+
5
−
5
View file @
7d571d4c
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2021-08-
05 15:47:29.959826476
-0
7
00
P
DT m=+0.0
09395881
// 2021-08-
17 11:25:49.454273
-0
5
00
C
DT m=+0.0
37272477
package
cmd
const
GITVERSION
=
`
f9350d55 Fix default for overrideInternalIP in YAML
`
const
SEMVER
=
"3.
0
.0"
const
GITVERSION
=
`
e5a8c8fd update deps
`
const
SEMVER
=
"3.
1
.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/server
go 1.13
...
...
@@ -26,11 +26,11 @@ require (
github.com/spf13/cobra v1.1.1
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.7.1
gitlab.com/elixxir/comms v0.0.4-0.202108
03232329-325c64a4b51a
gitlab.com/elixxir/comms v0.0.4-0.202108
13172950-d9be85bbd52d
gitlab.com/elixxir/crypto v0.0.7-0.20210803232056-ba3ff44cc618
gitlab.com/elixxir/gpumathsgo v0.1.1-0.20210524170529-eb336d81a1c8
gitlab.com/elixxir/primitives v0.0.3-0.20210803231939-7b924f78eaac
gitlab.com/xx_network/comms v0.0.4-0.202108
03231911-ff226b003be3
gitlab.com/xx_network/comms v0.0.4-0.202108
13170223-ab758f0bbec5
gitlab.com/xx_network/crypto v0.0.5-0.20210803231814-b18476a2257c
gitlab.com/xx_network/primitives v0.0.4-0.20210803222745-e898d5e546e9
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
...
...
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