Skip to content

Commit

Permalink
v0.16.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Apr 13, 2022
1 parent a7c93b3 commit 6861367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# 0.16.1 (Unreleased)
# 0.16.1 (April 13, 2022)

This patch version removes some unnecessary dependencies, and bumps Go module compatibility to 1.17.

Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
@@ -1,6 +1,6 @@
package version

const version = "0.16.0"
const version = "0.16.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.
Expand Down

0 comments on commit 6861367

Please sign in to comment.