prepare for version 1.0.0

This commit is contained in:
Matthew Hooker
2017-04-04 12:42:25 -07:00
parent 41203ddc3d
commit 8ea8ff683d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## (Unreleased)
## 1.0.0 (April 4, 2017)
### BUG FIXES:
+1 -1
View File
@@ -14,7 +14,7 @@ const Version = "1.0.0"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = "rc3"
const VersionPrerelease = ""
func FormattedVersion() string {
var versionString bytes.Buffer
+1 -1
View File
@@ -2,7 +2,7 @@ set :base_url, "https://www.packer.io/"
activate :hashicorp do |h|
h.name = "packer"
h.version = "0.12.3"
h.version = "1.0.0"
h.github_slug = "mitchellh/packer"
h.website_root = "website"
end