Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit 2dcc2f0

Browse files
committed
credulous-0.2.1 fixes bash_completion and wrapper script
1 parent 0b7cfa8 commit 2dcc2f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

credulous.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func main() {
131131
app := cli.NewApp()
132132
app.Name = "credulous"
133133
app.Usage = "Secure AWS Credential Management"
134-
app.Version = "0.2.0"
134+
app.Version = "0.2.1"
135135

136136
app.Commands = []cli.Command{
137137
{

0 commit comments

Comments
 (0)