Skip to content

Commit

Permalink
Update version to 1.4.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTaylorHicks committed May 4, 2020
1 parent 16db5c8 commit c0f1256
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 @@ -15,7 +15,7 @@ func main() {

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

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

0 comments on commit c0f1256

Please sign in to comment.