v0.6.10
This commit is contained in:
parent
66a8c0279b
commit
22481b06f5
|
@ -1,4 +1,4 @@
|
||||||
## 0.6.10 (Unreleased)
|
## 0.6.10 (January 27, 2016)
|
||||||
|
|
||||||
BACKWARDS INCOMPATIBILITIES / NOTES:
|
BACKWARDS INCOMPATIBILITIES / NOTES:
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,4 @@ const Version = "0.6.10"
|
||||||
// A pre-release marker for the version. If this is "" (empty string)
|
// 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
|
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||||
// such as "dev" (in development), "beta", "rc1", etc.
|
// such as "dev" (in development), "beta", "rc1", etc.
|
||||||
const VersionPrerelease = "dev"
|
const VersionPrerelease = ""
|
||||||
|
|
|
@ -2,6 +2,6 @@ set :base_url, "https://www.terraform.io/"
|
||||||
|
|
||||||
activate :hashicorp do |h|
|
activate :hashicorp do |h|
|
||||||
h.name = "terraform"
|
h.name = "terraform"
|
||||||
h.version = "0.6.9"
|
h.version = "0.6.10"
|
||||||
h.github_slug = "hashicorp/terraform"
|
h.github_slug = "hashicorp/terraform"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue