Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
37f3a438
Commit
37f3a438
authored
3 years ago
by
Josh Brooks
Browse files
Options
Downloads
Patches
Plain Diff
Increment minor version
parent
76ffcc37
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!23
Release
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
api/version_vars.go
+9
-9
9 additions, 9 deletions
api/version_vars.go
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
with
10 additions
and
10 deletions
api/version_vars.go
+
9
−
9
View file @
37f3a438
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2021-0
6-22 11:16:35.397077
-0
5
00
C
DT m=+0.0
25546669
// 2021-0
7-15 16:06:06.709454021
-0
7
00
P
DT m=+0.0
09378863
package
api
const
GITVERSION
=
`
b
76
92cd7 added Keepalive opt
s`
const
SEMVER
=
"2.
7
.0"
const
GITVERSION
=
`76
ffcc37 update dep
s`
const
SEMVER
=
"2.
8
.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
go 1.13
...
...
@@ -24,13 +24,13 @@ require (
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.7.1
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228
gitlab.com/elixxir/comms v0.0.4-0.20210
622161439-b6940
33c9
507
gitlab.com/elixxir/crypto v0.0.7-0.20210
614155844-c1e9c23a6ba
7
gitlab.com/elixxir/comms v0.0.4-0.20210
7151746
33
-
c9
7d38a8f2be
gitlab.com/elixxir/crypto v0.0.7-0.20210
715174359-2ee9461daae
7
gitlab.com/elixxir/ekv v0.1.5
gitlab.com/elixxir/primitives v0.0.3-0.20210
614155726-ebcf2d47a527
gitlab.com/xx_network/comms v0.0.4-0.20210
622161535-4f3d927d4
c8c
gitlab.com/xx_network/crypto v0.0.5-0.20210
614155554-8c333814205b
gitlab.com/xx_network/primitives v0.0.4-0.20210
617180018-6472489fd418
gitlab.com/elixxir/primitives v0.0.3-0.20210
715174241-fddf320de581
gitlab.com/xx_network/comms v0.0.4-0.20210
715174212-d2408ed3
c8c
e
gitlab.com/xx_network/crypto v0.0.5-0.20210
715174114-f33d03bc10ec
gitlab.com/xx_network/primitives v0.0.4-0.20210
715170345-a78092d7b48e
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect
...
...
This diff is collapsed.
Click to expand it.
cmd/version.go
+
1
−
1
View file @
37f3a438
...
...
@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"2.
7
.0"
const
currentVersion
=
"2.
8
.0"
func
Version
()
string
{
out
:=
fmt
.
Sprintf
(
"Elixxir Client v%s -- %s
\n\n
"
,
api
.
SEMVER
,
...
...
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