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"
)