Commit d6621bb0 authored by Matthew McKeen's avatar Matthew McKeen

Merge branch 'master' of https://github.com/mitchellh/packer into docker-metadata

parents 3d60bfb3 04f14161
## 0.5.2 (unreleased)
## 0.5.1 (01/02/2014)
BUG FIXES:
......
......@@ -10,12 +10,12 @@ import (
var GitCommit string
// The version of packer.
const Version = "0.5.1"
const Version = "0.5.2"
// 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 = ""
const VersionPrerelease = "dev"
type versionCommand byte
......
Just update this if you want to force a website push and it isn't
working:
1
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