Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Reflect new version for the command static version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-clerc committed Feb 13, 2017
1 parent 02d40be commit 554df08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/easypki/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (r *router) run() {
app.Usage = "Manage pki"
app.Author = "Jeremy Clerc"
app.Email = "[email protected]"
app.Version = "0.2.0"
app.Version = "1.0.0"

caNameFlag := cli.StringFlag{
Name: "ca-name",
Expand Down

0 comments on commit 554df08

Please sign in to comment.