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