From 9ea1a204d832cfd4d8c5cba9df56876a526a4531 Mon Sep 17 00:00:00 2001 From: hashicorp-ci Date: Mon, 16 Mar 2020 20:04:06 +0000 Subject: [PATCH] Release v1.7.2 --- CHANGELOG.md | 2 +- version/version.go | 4 ++-- website/config.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e73ad92701be..401d5b4e6b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## UNRELEASED +## 1.7.2 (March 16, 2020) IMPROVEMENTS: diff --git a/version/version.go b/version/version.go index b32443f01210..3caa58874895 100644 --- a/version/version.go +++ b/version/version.go @@ -15,12 +15,12 @@ var ( // // Version must conform to the format expected by github.com/hashicorp/go-version // for tests to work. - Version = "1.7.1" + Version = "1.7.2" // 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. - VersionPrerelease = "dev" + VersionPrerelease = "" ) // GetHumanVersion composes the parts of the version in a way that's suitable diff --git a/website/config.rb b/website/config.rb index ca2fb3bf7ff3..5c5b07d5c7c9 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ activate :hashicorp do |h| h.name = "consul" - h.version = "1.7.1" + h.version = "1.7.2" h.github_slug = "hashicorp/consul" end