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

10 lines
271 B
Go

package version
const version = "0.1.0"
// ModuleVersion returns the current version of the github.com/hashicorp/hc-install Go module.
// This is a function to allow for future possible enhancement using debug.BuildInfo.
func ModuleVersion() string {
return version
}