v0.23.1 [skip ci]
diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d7f62..6e3a2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,4 +1,4 @@ -# 0.23.1 (Unreleased) +# 0.23.1 (August 27, 2025) BUG FIXES:
diff --git a/internal/version/version.go b/internal/version/version.go index 015d50c..72f2e1f 100644 --- a/internal/version/version.go +++ b/internal/version/version.go
@@ -3,7 +3,7 @@ package version -const version = "0.23.0" +const version = "0.23.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.