blob: c528de8387f9098d7b58ea20e33575b1131cac5a [file]
package version
const version = "0.12.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
}