This commit is contained in:
clint 2016-02-01 19:16:01 +00:00
parent c23fe545f7
commit 3590cfadb0
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.11 (Unreleased)
## 0.6.11 (February 1, 2016)
BACKWARDS INCOMPATIBILITIES / NOTES:

View File

@ -6,4 +6,4 @@ const Version = "0.6.11"
// 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.10"
h.version = "0.6.11"
h.github_slug = "hashicorp/terraform"
end