Update version to use 1.11.2 as base (#12127)

This commit is contained in:
Evan Culver 2022-01-19 14:37:39 -08:00 committed by GitHub
parent c785a5a0c5
commit 6f419e65f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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