mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 17:53:59 -04:00
v0.2.0
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
## 0.2.0 (unreleased)
|
||||
## 0.2.0 (July 16, 2013)
|
||||
|
||||
BACKWARDS INCOMPATIBILITIES:
|
||||
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user