Skip to content

Commit

Permalink
reset version, since we're resetting tags to semantic anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
murdinc committed May 27, 2017
1 parent fc80451 commit 47d3477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.1.1] - 2017-05-26
### Fixed
- Fixed bugs that affected load balancer creation and security group grant saves.



## [0.1.0] - 2017-05-07
- Initial beta release
2 changes: 1 addition & 1 deletion awsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
app := cli.NewApp()
app.Name = "awsm"
app.Usage = "AWS Interface"
app.Version = "0.1.1"
app.Version = "0.1.0"
app.Author = "Ahmad A"
app.Email = "send@ahmad.pizza"
app.EnableBashCompletion = true
Expand Down

0 comments on commit 47d3477

Please sign in to comment.