Sign in
third-party-mirror
/
terraform-provider-google-beta
/
7018e2f3f116fdacfd66c03551fbf0c3db62170a
/
.
/
v5.18.0
/
version
/
version.go
blob: e47ba87d5578ded92eb657af7270407165641a4c [
file
] [
log
] [
blame
]
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package version
var (
// ProviderVersion is set during the release process to the release version of the binary
ProviderVersion = "dev"
)