version.go 257 B

12345678
  1. // Copyright 2022 Google LLC. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package internal
  5. // Version is the current tagged release of the library.
  6. const Version = "0.126.0"