mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
release version/website-version bumps
This commit is contained in:
parent
353de9e810
commit
5d79f72ff5
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ const Version = "1.3.2"
|
|||
// 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.3.1"
|
||||
h.version = "1.3.2"
|
||||
h.github_slug = "hashicorp/packer"
|
||||
h.website_root = "website"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue