This commit is contained in:
Paul Hinze 2016-02-24 19:58:28 +00:00
parent 893bfb3ff4
commit 9556c4dfab
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 0.6.12 (Unreleased)
## 0.6.12 (February 24, 2016)
BACKWARDS INCOMPATIBILITIES / NOTES:

View File

@ -6,4 +6,4 @@ const Version = "0.6.12"
// 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 = ""

View File

@ -2,6 +2,6 @@ set :base_url, "https://www.terraform.io/"
activate :hashicorp do |h|
h.name = "terraform"
h.version = "0.6.11"
h.version = "0.6.12"
h.github_slug = "hashicorp/terraform"
end