mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
v0.9.7
This commit is contained in:
parent
f64b5c9480
commit
20ca74d0a0
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
## 0.9.7 (Unreleased)
|
## 0.9.7 (June 7, 2017)
|
||||||
|
|
||||||
BACKWARDS INCOMPATIBILITIES / NOTES:
|
BACKWARDS INCOMPATIBILITIES / NOTES:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ const Version = "0.9.7"
|
|||||||
// 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.
|
||||||
var VersionPrerelease = "dev"
|
var VersionPrerelease = ""
|
||||||
|
|
||||||
// SemVersion is an instance of version.Version. This has the secondary
|
// SemVersion is an instance of version.Version. This has the secondary
|
||||||
// benefit of verifying during tests and init time that our version is a
|
// benefit of verifying during tests and init time that our version is a
|
||||||
|
@ -2,7 +2,7 @@ set :base_url, "https://www.terraform.io/"
|
|||||||
|
|
||||||
activate :hashicorp do |h|
|
activate :hashicorp do |h|
|
||||||
h.name = "terraform"
|
h.name = "terraform"
|
||||||
h.version = "0.9.6"
|
h.version = "0.9.7"
|
||||||
h.github_slug = "hashicorp/terraform"
|
h.github_slug = "hashicorp/terraform"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user