blob: ac730154f5eedc1e6038f8fdea451023b52a2a67 [file] [log] [blame]
package terraform
import (
"github.com/hashicorp/terraform/version"
)
// TODO: update providers to use the version package directly
func VersionString() string {
return version.String()
}