From fe4b53df22bf53a6bf1cdef312da3cb02e364c09 Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Wed, 19 Jan 2022 14:37:39 -0800 Subject: [PATCH] Update version to use 1.11.2 as base (#12127) --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 13229b3394..e0e15e8f6b 100644 --- a/version/version.go +++ b/version/version.go @@ -13,7 +13,7 @@ var ( // // Version must conform to the format expected by github.com/hashicorp/go-version // for tests to work. - Version = "1.11.0" + Version = "1.11.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