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