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
e28a014c
Commit
e28a014c
authored
3 years ago
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
bump vers
parent
14a3faf0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!67
Release
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
api/version_vars.go
+10
-10
10 additions, 10 deletions
api/version_vars.go
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
with
11 additions
and
11 deletions
api/version_vars.go
+
10
−
10
View file @
e28a014c
// 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-10-
07 12:02:04.067615
-0500 CDT m=+0.0
2746340
9
// 2021-10-
25 11:13:57.129071
-0500 CDT m=+0.0
4182929
9
package
api
package
api
const
GITVERSION
=
`
86c66226 update deps
`
const
GITVERSION
=
`
14a3faf0 Merge branch 'dummyHack' into 'release'
`
const
SEMVER
=
"
2.1
0.0"
const
SEMVER
=
"
3.
0.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
go 1.13
go 1.13
...
@@ -24,14 +24,14 @@ require (
...
@@ -24,14 +24,14 @@ 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.202110
06231929-cc2735ca43a
6
gitlab.com/elixxir/comms v0.0.4-0.202110
22203907-77e054b70ec
6
gitlab.com/elixxir/crypto v0.0.7-0.202110
06231624-44434504fff4
gitlab.com/elixxir/crypto v0.0.7-0.202110
22013957-3a7899285c4c
gitlab.com/elixxir/ekv v0.1.5
gitlab.com/elixxir/ekv v0.1.5
gitlab.com/elixxir/primitives v0.0.3-0.2021
0920180121-b85bca5212f4
gitlab.com/elixxir/primitives v0.0.3-0.2021
1014164029-06022665b576
gitlab.com/xx_network/comms v0.0.4-0.202110
06231434-99dd38f025a7
gitlab.com/xx_network/comms v0.0.4-0.202110
14163953-e774276b83ae
gitlab.com/xx_network/crypto v0.0.5-0.202110
06222352-8e0ac37b86b0
gitlab.com/xx_network/crypto v0.0.5-0.202110
14163843-57b345890686
gitlab.com/xx_network/primitives v0.0.4-0.2021
0915220237-70cb4551d6f3
gitlab.com/xx_network/primitives v0.0.4-0.2021
1014163031-53405cf191fb
golang.org/x/crypto v0.0.0-20210
322153248-0c34fe9e7dc2
golang.org/x/crypto v0.0.0-20210
921155107-089bfa567519
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
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.38.0
google.golang.org/grpc v1.38.0
...
...
This diff is collapsed.
Click to expand it.
cmd/version.go
+
1
−
1
View file @
e28a014c
...
@@ -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.1
0.0"
const
currentVersion
=
"
3.
0.0"
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