This commit is contained in:
Mitchell Hashimoto
2013-07-16 11:26:02 -07:00
parent c668ef8f70
commit bdc44a53ab
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## 0.2.0 (unreleased)
## 0.2.0 (July 16, 2013)
BACKWARDS INCOMPATIBILITIES:
+2 -2
View File
@@ -10,12 +10,12 @@ import (
var GitCommit string
// The version of packer.
const Version = "0.1.6"
const Version = "0.2.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
// pre-release marker.
const VersionPrerelease = "dev"
const VersionPrerelease = ""
type versionCommand byte