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
d7671cab
Commit
d7671cab
authored
3 years ago
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
bump vers
parent
e28a014c
No related branches found
No related tags found
1 merge request
!67
Release
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
api/version_vars.go
+3
-3
3 additions, 3 deletions
api/version_vars.go
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
with
4 additions
and
4 deletions
api/version_vars.go
+
3
−
3
View file @
d7671cab
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2021-10-25 1
1:13:57.12907
1 -0500 CDT m=+0.0
41829299
// 2021-10-25 1
6:07:53.61822
1 -0500 CDT m=+0.0
33619594
package
api
const
GITVERSION
=
`
14a3faf0 Merge branch 'dummyHack' into 'release'
`
const
SEMVER
=
"
3.
0.0"
const
GITVERSION
=
`
e28a014c bump vers
`
const
SEMVER
=
"
2.1
0.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
go 1.13
...
...
This diff is collapsed.
Click to expand it.
cmd/version.go
+
1
−
1
View file @
d7671cab
...
...
@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const
currentVersion
=
"
3.
0.0"
const
currentVersion
=
"
2.1
0.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