prep for 1.0.1 release

pull/5030/head
Megan Marsh 9 years ago
parent e5bd85a308
commit 56a802f3e7

@ -9,12 +9,12 @@ import (
var GitCommit string
// The main version number that is being run at the moment.
const Version = "1.1.0"
const Version = "1.0.1"
// 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 = "dev"
const VersionPrerelease = ""
func FormattedVersion() string {
var versionString bytes.Buffer

@ -2,7 +2,7 @@ set :base_url, "https://www.packer.io/"
activate :hashicorp do |h|
h.name = "packer"
h.version = "1.0.0"
h.version = "1.0.1"
h.github_slug = "hashicorp/packer"
h.website_root = "website"
end

Loading…
Cancel
Save