Skip to content

Commit

Permalink
Merge pull request #120 from opscode/adamedx/rel-0-8-2
Browse files Browse the repository at this point in the history
Update version # for 0.8.2 release
  • Loading branch information
Adam Edwards authored and adamedx committed Oct 21, 2014
1 parent a284f6d commit 3b79143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Example Note:
## Example Heading
Details about the thing that changed that needs to get included in the Release Notes in markdown.
-->
# knife-windows 0.8.2.rc.0 release notes:
# knife-windows 0.8.2 release notes:
This release of knife-windows addresses a regression in knife-windows 0.8.0
from previous releases where `knife winrm` and `knife bootstrap windows`
commands fail due to inability to authenticate:
Expand Down
2 changes: 1 addition & 1 deletion lib/knife-windows/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Knife
module Windows
VERSION = "0.8.2.rc.0"
VERSION = "0.8.2"
MAJOR, MINOR, TINY = VERSION.split('.')
end
end

0 comments on commit 3b79143

Please sign in to comment.