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
4eb4d8fe
Commit
4eb4d8fe
authored
Jun 09, 2019
by
Sietse Ringers
Browse files
chore: bump version number to v0.3.0
parent
732ee25d
Changes
1
Hide whitespace changes
Inline
Side-by-side
irma/cmd/root.go
View file @
4eb4d8fe
...
...
@@ -29,7 +29,7 @@ func init() {
Short
:
"Print irma version information"
,
Run
:
func
(
cmd
*
cobra
.
Command
,
args
[]
string
)
{
fmt
.
Println
(
"irma"
)
fmt
.
Println
(
"Version: "
,
"0.
1.1
"
)
fmt
.
Println
(
"Version: "
,
"0.
3.0
"
)
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