Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d1cc53d45 |
+1
-1
@@ -1,4 +1,4 @@
|
||||
## 0.1.2 (unreleased)
|
||||
## 0.1.2 (June 29, 2013)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
|
||||
+2
-2
@@ -6,12 +6,12 @@ import (
|
||||
)
|
||||
|
||||
// The version of packer.
|
||||
const Version = "0.1.2"
|
||||
const Version = "0.1.3"
|
||||
|
||||
// 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