Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Aug 20, 2015
1 parent e006091 commit 8ef80af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ $ awspec generate ec2 vpc-ab123cde >> spec/ec2_spec.rb
- [x] Subnet (`subnet`)
- [x] RouteTable (`route_table`)
- [x] EBS Volume (`ebs`)
- [x] ELB (`elb`)

[Resource Types more infomation here](doc/resource_types.md)

### Next..

- [ ] ELB
- IAM
- [ ] IAM User
- ...
Expand Down
2 changes: 1 addition & 1 deletion lib/awspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Awspec
VERSION = '0.5.0'
VERSION = '0.6.0'
end

0 comments on commit 8ef80af

Please sign in to comment.