Navigation Menu

Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jul 20, 2014
1 parent e27523e commit 8b24d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion packer/version.go
Expand Up @@ -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

Expand Down

0 comments on commit 8b24d99

Please sign in to comment.