This commit is contained in:
Mitchell Hashimoto 2014-07-20 11:22:58 -07:00
parent e27523eb00
commit 8b24d99094
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
## 0.6.1 (unreleased)
## 0.6.1 (July 20, 2014)
FEATURES:
* **New post processor:** `vagrant-cloud` - Push box files generated by
vagrant post processor to Vagrant Cloud. [GH-1289]
* Vagrant post-processor can now packer Hyper-V boxes.
* Vagrant post-processor can now packer Hyper-V boxes.
IMPROVEMENTS:

View File

@ -15,7 +15,7 @@ const Version = "0.6.1"
// Any pre-release marker for the version. If this is "" (empty string),
// then it means that it is a final release. Otherwise, this is the
// pre-release marker.
const VersionPrerelease = "dev"
const VersionPrerelease = ""
type versionCommand byte