1// Copyright 2019 Google LLC.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5//go:generate ./update_version.sh
6
7// Package version contains version information for Google Cloud Client
8// Libraries for Go, as reported in request headers.
9package version
10
11// Repo is the current version of the client libraries in this
12// repo. It should be a date in YYYYMMDD format.
13const Repo = "20200303"
14