diff --git a/packer/version.go b/packer/version.go index a0e076e80..07e36e01b 100644 --- a/packer/version.go +++ b/packer/version.go @@ -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