Browse Source

update main to reflect it is v1.12.0-dev (#12157)

pull/12159/head
R.B. Boyer 3 years ago committed by GitHub
parent
commit
38e0106701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      version/version.go

2
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.2"
Version = "1.12.0"
// 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

Loading…
Cancel
Save