Skip to content

Commit

Permalink
Crank version forward.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdub committed May 30, 2017
1 parent 59306e3 commit e1b97b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {

app := cli.NewApp()
app.Name = "shush"
app.Version = "1.3.1"
app.Version = "1.3.2"
app.Usage = "KMS encryption and decryption"

app.Flags = []cli.Flag{
Expand Down

0 comments on commit e1b97b5

Please sign in to comment.