Skip to content

Commit

Permalink
v0.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander van Harmelen committed Oct 23, 2018
1 parent bdb54c9 commit 17850e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 0.11.10 (Unreleased)
## 0.11.10 (October 23, 2018)

BUG FIXES:

* backend/local: do not use backend operation variables [GH-19175]
* backend/local: Do not use backend operation variables ([#19175](https://github.com/hashicorp/terraform/issues/19175))

## 0.11.9 (October 19, 2018)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Version = "0.11.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.
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
Expand Down

0 comments on commit 17850e9

Please sign in to comment.