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