Skip to content

Commit 3b79143

Browse files
Adam Edwardsadamedx
authored andcommitted
Merge pull request #120 from opscode/adamedx/rel-0-8-2
Update version # for 0.8.2 release
1 parent a284f6d commit 3b79143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Example Note:
66
## Example Heading
77
Details about the thing that changed that needs to get included in the Release Notes in markdown.
88
-->
9-
# knife-windows 0.8.2.rc.0 release notes:
9+
# knife-windows 0.8.2 release notes:
1010
This release of knife-windows addresses a regression in knife-windows 0.8.0
1111
from previous releases where `knife winrm` and `knife bootstrap windows`
1212
commands fail due to inability to authenticate:

lib/knife-windows/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Knife
22
module Windows
3-
VERSION = "0.8.2.rc.0"
3+
VERSION = "0.8.2"
44
MAJOR, MINOR, TINY = VERSION.split('.')
55
end
66
end

0 commit comments

Comments
 (0)