Skip to content

Commit 59451f0

Browse files
committed
Bump version to v0.3.24
1 parent d6c19e4 commit 59451f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master (Unreleased)
22

3+
## 0.3.24 (2024/08/06)
4+
35
ENHANCEMENTS:
46

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

main.go

+1-1
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.3.23"
16+
var version = "0.3.24"
1717

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

0 commit comments

Comments
 (0)