Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanFrench committed Feb 11, 2021
1 parent a42b75a commit 0a4a856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ e.g.
aws-role --role-arn=arn:aws:iam::1234567890:role/my-role aws s3 ls`,
Run: run,
Version: "0.3.0",
Version: "0.3.1",
Args: cobra.MinimumNArgs(1),
DisableFlagParsing: true,
DisableFlagsInUseLine: true,
Expand Down

0 comments on commit 0a4a856

Please sign in to comment.