v0.7.2
This commit is contained in:
parent
06144cf287
commit
4c7538dad8
|
@ -1,4 +1,4 @@
|
|||
## 0.7.2 (unreleased)
|
||||
## 0.7.2 (October 28, 2014)
|
||||
|
||||
FEATURES:
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ var GitCommit string
|
|||
var VersionChecker VersionCheckFunc
|
||||
|
||||
// The version of packer.
|
||||
const Version = "0.7.1"
|
||||
const Version = "0.7.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
|
||||
|
|
Loading…
Reference in New Issue