Skip to content

Commit

Permalink
Update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stilvoid committed Jun 18, 2019
1 parent 9b6814d commit 3510616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ The following commands are available:

```
cat Get the CloudFormation template from a running stack
check Show your current configuration
deploy Deploy a CloudFormation stack from a local template
diff Compare CloudFormation templates
logs Show the event log for the named stack
ls List running CloudFormation stacks
rm Delete a running CloudFormation stack
```
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package version

const NAME = "Rain"
const VERSION = "v0.2.2"
const VERSION = "v0.3.0"

0 comments on commit 3510616

Please sign in to comment.