Skip to content

Commit

Permalink
v0.13.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Mar 29, 2021
1 parent 764f675 commit b9006a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 0.13.1 (Unreleased)
# 0.13.1 (March 29, 2021)

BUG FIXES:
- Bump version of terraform-json library to handle latest Terraform 0.15 output format [GH-143]
- Bump version of terraform-json library to handle latest Terraform 0.15 output format ([#143](https://github.com/hashicorp/terraform-exec/issues/143))

# 0.13.0 (February 05, 2021)

Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

const version = "0.13.0"
const version = "0.13.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 b9006a2

Please sign in to comment.