From d48069534832fdb09919a5fe46500755540cbf0a Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Mon, 11 Mar 2019 18:44:01 +0000 Subject: [PATCH] v0.11.13 --- CHANGELOG.md | 4 ++-- version/version.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93714ed5a0c3..0ec25cb31f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/version/version.go b/version/version.go index c039a4c810a1..3b945eb6dcf2 100644 --- a/version/version.go +++ b/version/version.go @@ -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