This commit is contained in:
Paul Hinze 2016-01-27 22:18:55 +00:00
parent 66a8c0279b
commit 22481b06f5
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
4 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 0.6.10 (Unreleased)
## 0.6.10 (January 27, 2016)
BACKWARDS INCOMPATIBILITIES / NOTES:

View File

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