-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from opscode/adamedx/release-0-8-0
Update version for 0.8.0 release
- Loading branch information
Adam Edwards
authored and
adamedx
committed
Oct 6, 2014
1 parent
dcd9185
commit 504c9b2
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module Knife | ||
module Windows | ||
VERSION = "0.8.0.rc.2" | ||
VERSION = "0.8.0" | ||
MAJOR, MINOR, TINY = VERSION.split('.') | ||
end | ||
end |