Skip to content

Commit

Permalink
Bump version to v0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Sep 14, 2023
1 parent 92fadf3 commit 18eb9c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## master (Unreleased)

## 0.3.16 (2023/09/05)

BUG FIXES:

* avoid suppressing errors in deferred funcs ([#150](https://github.com/minamijoyo/tfmigrate/pull/150))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -13,7 +13,7 @@ import (
)

// Version is a version number.
var version = "0.3.15"
var version = "0.3.16"

func main() {
log.SetOutput(logOutput())
Expand Down

0 comments on commit 18eb9c4

Please sign in to comment.