Skip to content

Commit ec688de

Browse files
committed
Bump version to v0.4.3
1 parent 307d5d6 commit ec688de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master (Unreleased)
22

3+
## 0.4.3 (2025/08/10)
4+
35
ENHANCEMENTS:
46

57
* Add support for Terraform v1.12 ([#212](https://github.com/minamijoyo/tfmigrate/pull/212))

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// Version is a version number.
16-
var version = "0.4.2"
16+
var version = "0.4.3"
1717

1818
func main() {
1919
log.SetOutput(logOutput())

0 commit comments

Comments
 (0)