This commit is contained in:
Mitchell Hashimoto 2013-07-07 21:09:47 -07:00
parent 97729e9893
commit 71b81b41cf
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
## 0.1.5 (unreleased)
## 0.1.5 (July 7, 2013)
FEATURES:
* "file" uploader will upload files and directories from the machine
running Packer to the remote machine.
* "file" uploader will upload files from the machine running Packer to the
remote machine.
* VirtualBox guest additions URL and checksum can now be specified, allowing
the VirtualBox builder to have the ability to be used completely offline.

View File

@ -11,7 +11,7 @@ const Version = "0.1.5"
// 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