Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagrulla committed Oct 17, 2018
1 parent 0470fc0 commit d22a5fa
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 @@ -17,7 +17,7 @@ import (
)

var (
version = "2.0.0"
version = "2.0.1"
kp = kingpin.New("cw", "The best way to tail AWS Cloudwatch Logs from your terminal.")

awsProfile = kp.Flag("profile", "The target AWS profile. By default cw will use the default profile defined in the .aws/credentials file.").Short('p').String()
Expand Down

0 comments on commit d22a5fa

Please sign in to comment.