packer: update version to 0.6.0
This commit is contained in:
parent
f2186fa6ff
commit
7a8372db74
|
@ -10,7 +10,7 @@ import (
|
|||
var GitCommit string
|
||||
|
||||
// The version of packer.
|
||||
const Version = "0.5.3"
|
||||
const Version = "0.6.0"
|
||||
|
||||
// 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