Prep for 1.12 (#15612)

* set sdk version to 1.12.0

* remove 1.7.x and add 1.11.x branches in ci.hcl
This commit is contained in:
Chris Capurso 2022-05-25 16:18:41 -04:00 committed by GitHub
parent 6c9eaa95c4
commit 3929d47147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ project "vault" {
repository = "vault"
release_branches = [
"main",
"release/1.7.x",
"release/1.8.x",
"release/1.9.x",
"release/1.10.x",
"release/1.11.x",
]
}
}

View File

@ -11,7 +11,7 @@ var (
// Whether cgo is enabled or not; set at build time
CgoEnabled bool
Version = "1.11.0"
Version = "1.12.0"
VersionPrerelease = "dev1"
VersionMetadata = ""
)