diff --git a/packer/version.go b/packer/version.go index 546b52864..7cc56c8bc 100644 --- a/packer/version.go +++ b/packer/version.go @@ -10,12 +10,12 @@ import ( var GitCommit string // The version of packer. -const Version = "0.3.4" +const Version = "0.3.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 = "" +const VersionPrerelease = "dev" type versionCommand byte