blob: eb4f55d41b672a876c3e385d6b2d3a66df84d344 [file] [log] [blame]
// Copyright IBM Corp. 2020, 2026
// SPDX-License-Identifier: MPL-2.0
package version
const version = "0.25.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
}