Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Relase 0.6.2
Browse files Browse the repository at this point in the history
bump release to fix permission issues inside the gem
  • Loading branch information
btm committed Oct 16, 2012
1 parent 606a43b commit 3cf0e63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.6.2
* bump release to fix permission issues inside the gem

## v0.6.0
* KNIFE_RACKSPACE-39 support for Rackspace Open Cloud (v2)
* server list puts the name in second column
Expand Down
2 changes: 1 addition & 1 deletion lib/knife-rackspace/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Knife
module Rackspace
VERSION = "0.6.0"
VERSION = "0.6.2"
MAJOR, MINOR, TINY = VERSION.split('.')
end
end

0 comments on commit 3cf0e63

Please sign in to comment.