We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a284f6d commit 3b79143Copy full SHA for 3b79143
RELEASE_NOTES.md
@@ -6,7 +6,7 @@ Example Note:
6
## Example Heading
7
Details about the thing that changed that needs to get included in the Release Notes in markdown.
8
-->
9
-# knife-windows 0.8.2.rc.0 release notes:
+# knife-windows 0.8.2 release notes:
10
This release of knife-windows addresses a regression in knife-windows 0.8.0
11
from previous releases where `knife winrm` and `knife bootstrap windows`
12
commands fail due to inability to authenticate:
lib/knife-windows/version.rb
@@ -1,6 +1,6 @@
1
module Knife
2
module Windows
3
- VERSION = "0.8.2.rc.0"
+ VERSION = "0.8.2"
4
MAJOR, MINOR, TINY = VERSION.split('.')
5
end
0 commit comments