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
da6ce164
Commit
da6ce164
authored
4 years ago
by
Benjamin Wenger
Browse files
Options
Downloads
Patches
Plain Diff
incrememented the version
parent
df7dc585
No related branches found
No related tags found
Loading
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
api/version_vars.go
+7
-8
7 additions, 8 deletions
api/version_vars.go
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
with
8 additions
and
9 deletions
api/version_vars.go
+
7
−
8
View file @
da6ce164
// 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
// 2021-03-
18
16:
19:28.174964
-0
5
00
C
DT m=+0.0
32176872
// 2021-03-
22
16:
38:03.1680167
-0
7
00
P
DT m=+0.0
45993401
package
api
package
api
const
GITVERSION
=
`
b33bfacf
update deps`
const
GITVERSION
=
`
df7dc585
update
d
deps`
const
SEMVER
=
"2.2.
0
"
const
SEMVER
=
"2.2.
1
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
go 1.13
go 1.13
...
@@ -24,16 +24,15 @@ require (
...
@@ -24,16 +24,15 @@ require (
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.7.1
github.com/spf13/viper v1.7.1
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228
gitlab.com/elixxir/comms v0.0.4-0.202103
18211017-914687d3a27
c
gitlab.com/elixxir/comms v0.0.4-0.202103
22232324-970b3693e9e
c
gitlab.com/elixxir/crypto v0.0.7-0.2021031
6212419-025ba777a80b
gitlab.com/elixxir/crypto v0.0.7-0.2021031
9231554-b73b6e62ddbc
gitlab.com/elixxir/ekv v0.1.4
gitlab.com/elixxir/ekv v0.1.4
gitlab.com/elixxir/primitives v0.0.3-0.20210309193003-ef42ebb4800b
gitlab.com/elixxir/primitives v0.0.3-0.20210309193003-ef42ebb4800b
gitlab.com/xx_network/comms v0.0.4-0.202103
18210121-588846979bad
gitlab.com/xx_network/comms v0.0.4-0.202103
22165028-cdccdaa5e11b
gitlab.com/xx_network/crypto v0.0.5-0.2021031
6212152-504c0a1e0da0
gitlab.com/xx_network/crypto v0.0.5-0.2021031
9231335-249c6b1aa323
gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a
gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect
google.golang.org/grpc v1.34.0 // indirect
google.golang.org/grpc v1.34.0 // indirect
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.25.0
...
...
This diff is collapsed.
Click to expand it.
cmd/version.go
+
1
−
1
View file @
da6ce164
...
@@ -18,7 +18,7 @@ import (
...
@@ -18,7 +18,7 @@ import (
)
)
// Change this value to set the version for this build
// Change this value to set the version for this build
const
currentVersion
=
"2.2.
0
"
const
currentVersion
=
"2.2.
1
"
func
Version
()
string
{
func
Version
()
string
{
out
:=
fmt
.
Sprintf
(
"Elixxir Client v%s -- %s
\n\n
"
,
api
.
SEMVER
,
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