blob: 164c0fd6b659d314353d59eb1fdb0ec670da1afb [file] [log] [blame]
package version
const version = "0.17.2"
// 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
}