Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
registration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package 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
registration
Commits
d1b24e0d
Commit
d1b24e0d
authored
May 18, 2021
by
Benjamin Wenger
Browse files
Options
Downloads
Patches
Plain Diff
incrememnted version
parent
98ddb67f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
cmd/version_vars.go
+10
-11
10 additions, 11 deletions
cmd/version_vars.go
with
11 additions
and
12 deletions
cmd/version.go
+
1
−
1
View file @
d1b24e0d
...
@@ -16,7 +16,7 @@ import (
...
@@ -16,7 +16,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.3
"
const
currentVersion
=
"2.
2.0
"
func
printVersion
()
{
func
printVersion
()
{
fmt
.
Printf
(
"xx network Permissioning Server v%s -- %s
\n\n
"
,
fmt
.
Printf
(
"xx network Permissioning Server v%s -- %s
\n\n
"
,
...
...
This diff is collapsed.
Click to expand it.
cmd/version_vars.go
+
10
−
11
View file @
d1b24e0d
// 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-0
3-24 09:33:45.2701166
-0700 PDT m=+0.2
459549
01
// 2021-0
5-18 14:24:52.5430254
-0700 PDT m=+0.2
229711
01
package
cmd
package
cmd
const
GITVERSION
=
`
1fcac76 Merge remote-tracking branch 'origin/release' into release
`
const
GITVERSION
=
`
98ddb67 Update .gitlab-ci.yml
`
const
SEMVER
=
"2.
1.3
"
const
SEMVER
=
"2.
2.0
"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/registration
const
DEPENDENCIES
=
`module gitlab.com/elixxir/registration
go 1.13
go 1.13
require (
require (
github.com/audiolion/ipip v1.0.0
github.com/audiolion/ipip v1.0.0
github.com/aws/aws-lambda-go v1.8.1 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/fsnotify/fsnotify v1.4.9
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
...
@@ -27,14 +28,12 @@ require (
...
@@ -27,14 +28,12 @@ require (
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.1.3
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/client v1.2.1-0.20210222224029-4300043d7ce8
gitlab.com/elixxir/comms v0.0.4-0.20210506225017-37485f5ba063
gitlab.com/elixxir/comms v0.0.4-0.20210322194725-bbb90528aeef
gitlab.com/elixxir/crypto v0.0.7-0.20210506223047-3196e4301110
gitlab.com/elixxir/crypto v0.0.7-0.20210319231554-b73b6e62ddbc
gitlab.com/elixxir/primitives v0.0.3-0.20210504210415-34cf31c2816e
gitlab.com/elixxir/primitives v0.0.3-0.20210309193003-ef42ebb4800b
gitlab.com/xx_network/comms v0.0.4-0.20210505205155-48daa8448ad7
gitlab.com/xx_network/comms v0.0.4-0.20210322165028-cdccdaa5e11b
gitlab.com/xx_network/crypto v0.0.5-0.20210504210244-9ddabbad25fd
gitlab.com/xx_network/crypto v0.0.5-0.20210319231335-249c6b1aa323
gitlab.com/xx_network/primitives v0.0.4-0.20210504205835-db68f11de78a
gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
golang.org/x/net v0.0.0-20210315170653-34ac3e1c2000 // indirect
golang.org/x/net v0.0.0-20210315170653-34ac3e1c2000 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20210315173758-2651cd453018 // indirect
google.golang.org/genproto v0.0.0-20210315173758-2651cd453018 // indirect
...
...
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