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

Commit

Permalink
Ready for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Panisset committed Jun 4, 2014
1 parent 5bc707c commit 935979d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.2.0
2 changes: 1 addition & 1 deletion credulous.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func main() {
app := cli.NewApp()
app.Name = "credulous"
app.Usage = "Secure AWS Credential Management"
app.Version = "0.1.3"
app.Version = "0.2.0"

app.Commands = []cli.Command{
{
Expand Down

0 comments on commit 935979d

Please sign in to comment.