Commit 71b81b41 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

v0.1.5

parent 97729e98
## 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.
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment