terraform-provider-gitea/vendor/github.com/hashicorp/terraform-exec/internal/version/version.go

10 lines
276 B
Go
Raw Normal View History

2022-04-03 04:07:16 +00:00
package version
const version = "0.17.2"
2022-04-03 04:07:16 +00:00
// 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
}