v0.25.1 [skip ci]
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed0599..3a3cdf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,4 +1,4 @@ -# 0.25.1 (Unreleased) +# 0.25.1 (April 22, 2026) DEPENDENCIES:
diff --git a/internal/version/version.go b/internal/version/version.go index eb4f55d..5c3b4d6 100644 --- a/internal/version/version.go +++ b/internal/version/version.go
@@ -3,7 +3,7 @@ package version -const version = "0.25.0" +const version = "0.25.1" // 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.