Skip to content

Commit

Permalink
Release v0.12.27
Browse files Browse the repository at this point in the history
  • Loading branch information
hashicorp-ci committed Jun 24, 2020
1 parent 3395d2e commit c4bb347
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.12.27 (Unreleased)
## 0.12.27 (June 24, 2020)

BUG FIXES:

* backend/remote: fix panic when there's a connection error to the remote backend [GH-25341]
* backend/remote: fix panic when there's a connection error to the remote backend ([#25341](https://github.com/hashicorp/terraform/issues/25341))

## 0.12.26 (May 27, 2020)

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 @@ var Version = "0.12.27"
// 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 c4bb347

Please sign in to comment.