This commit is contained in:
Martin Atkins 2017-11-16 19:22:42 +00:00
parent 0e43ede9b7
commit ec9d4f1d0f
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 0.11.0 (Unreleased)
## 0.11.0 (November 16, 2017)
The following list combines the changes from 0.11.0-beta1 and 0.11.0-rc1 to give the full set of changes since 0.10.8. For details on each of the individual pre-releases, please see [the 0.11.0-rc1 CHANGELOG](https://github.com/hashicorp/terraform/blob/v0.11.0-rc1/CHANGELOG.md).

View File

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