Skip to content

Commit

Permalink
Bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed May 12, 2020
1 parent 17dc8e4 commit a6df3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passphrase2pgp.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
formatSSH
)

var version = "1.0.2"
var version = "1.1.0"

// Print the message like fmt.Printf() and then os.Exit(1).
func fatal(format string, args ...interface{}) {
Expand Down

0 comments on commit a6df3df

Please sign in to comment.