blob: bf1a046c740e7b0036f44103e9c0c14055aed128 [file] [log] [blame]
package version
const version = "0.18.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
}