terraform-provider-gitea/vendor/github.com/hashicorp/terraform-exec/internal/version/version.go
Malar Invention 00ebcd295e add vendor
2022-04-03 09:37:16 +05:30

10 lines
276 B
Go

package version
const version = "0.16.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
}