blob: 46f9afe4c826fc4cdc7a5b945446de1f7d87f7ee [file]
package version
const version = "0.13.1"
// 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
}