This commit is contained in:
clint 2017-01-11 17:03:56 +00:00
parent 3ba10a2c63
commit a791ff09b2
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.8.4 (Unreleased)
## 0.8.4 (January 11, 2017)
BACKWARDS INCOMPATIBILITIES / NOTES:

View File

@ -12,7 +12,7 @@ const Version = "0.8.4"
// 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 = ""
// SemVersion is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a

View File

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