Prepare for 1.1.3

This commit is contained in:
Matthew Hooker 2017-12-08 15:26:17 -08:00
parent cad5ccfa64
commit 4a864d59d7
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## (UNRELEASED)
## 1.1.3 (December 8, 2017)
### IMPROVEMENTS:

View File

@ -14,7 +14,7 @@ const Version = "1.1.3"
// 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

View File

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