blob: 4d43e000bbb916f2e89b49c0f9e156e70c80f3dd [file]
package version
const version = "0.14.0"
// 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
}