Skip to content

Commit

Permalink
v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Sep 22, 2016
1 parent 79ac354 commit 98972dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func Run() {
app := cli.NewApp()
app.Name = filepath.Base(os.Args[0])
app.Usage = "codesigndoc"
app.Version = "0.9.10"
app.Version = "0.9.11"

app.Author = ""
app.Email = ""
Expand Down

0 comments on commit 98972dd

Please sign in to comment.