Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
453a7b3f
Commit
453a7b3f
authored
Mar 18, 2019
by
Sietse Ringers
Browse files
Bump version number to v0.1.1
parent
1709de0e
Pipeline
#20095
passed with stages
in 5 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
irma/cmd/root.go
View file @
453a7b3f
...
...
@@ -30,7 +30,7 @@ func init() {
Short
:
"Print irma version information"
,
Run
:
func
(
cmd
*
cobra
.
Command
,
args
[]
string
)
{
fmt
.
Println
(
"irma"
)
fmt
.
Println
(
"Version: "
,
"0.1.
0
"
)
fmt
.
Println
(
"Version: "
,
"0.1.
1
"
)
fmt
.
Println
(
"OS/Arg: "
,
runtime
.
GOOS
+
"/"
+
runtime
.
GOARCH
)
},
})
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment