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