blob: c091be8763f650e4ea3d40c7013d668eab4a929c [file] [log] [blame]
package version
const version = ""
// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
// This is a function to allow for future possible enhancement using debug.BuildInfo.
func ModuleVersion() string {
return version
}