...

Source file src/google.golang.org/api/internal/version.go

Documentation: google.golang.org/api/internal

     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  
     5  package internal
     6  
     7  // Version is the current tagged release of the library.
     8  const Version = "0.181.0"
     9  

View as plain text