Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagrulla committed Jun 29, 2018
1 parent db6ade7 commit 649c437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ brew:
commit_author:
name: lucagrulla
email:
folder: Formula
homepage: "https://www.lucagrulla.com/cw"
description: "The best way to tail AWS Cloudwatch Logs from your terminal"
caveats: "In order to get cw completion,
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func timestampToUTC(timeStamp *string) time.Time {
}

func main() {
kingpin.Version("1.3.4").Author("Luca Grulla")
kingpin.Version("1.4.0").Author("Luca Grulla")
command := kingpin.Parse()

switch command {
Expand Down

0 comments on commit 649c437

Please sign in to comment.