Skip to content

Commit

Permalink
v0.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander van Harmelen committed Mar 11, 2019
1 parent 53619e4 commit d480695
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.13 (Unreleased)
## 0.11.13 (March 11, 2019)

BUG FIXES:

* backend/remote: Fix a backend initialization bug [GH-20638]
* backend/remote: Fix a backend initialization bug ([#20638](https://github.com/hashicorp/terraform/issues/20638))

## 0.11.12 (March 8, 2019)

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.11.13"
// 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 d480695

Please sign in to comment.