Skip to content

Commit

Permalink
Bump version to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Jul 7, 2023
1 parent d4c6b83 commit 3c8f8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master (Unreleased)

## 0.7.2 (2023/07/07)

BUG FIXES:

* Fix a regression issue for updating .hcl file ([#97](https://github.com/minamijoyo/tfupdate/pull/97))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// Version is a version number.
var version = "0.7.1"
var version = "0.7.2"

// UI is a user interface which is a global variable for mocking.
var UI cli.Ui
Expand Down

0 comments on commit 3c8f8f9

Please sign in to comment.