From 3b79143715a8aa79d4deb22c5071e2dbfb1d547d Mon Sep 17 00:00:00 2001 From: Adam Edwards Date: Tue, 21 Oct 2014 12:45:11 -0700 Subject: [PATCH] Merge pull request #120 from opscode/adamedx/rel-0-8-2 Update version # for 0.8.2 release --- RELEASE_NOTES.md | 2 +- lib/knife-windows/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4bc89202..e40bfe70 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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: diff --git a/lib/knife-windows/version.rb b/lib/knife-windows/version.rb index 186bf663..be8609dc 100644 --- a/lib/knife-windows/version.rb +++ b/lib/knife-windows/version.rb @@ -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