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