We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c19e4 commit 59451f0Copy full SHA for 59451f0
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (Unreleased)
2
3
+## 0.3.24 (2024/08/06)
4
+
5
ENHANCEMENTS:
6
7
* Add support for Terraform v1.9 ([#179](https://github.com/minamijoyo/tfmigrate/pull/179))
main.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
// Version is a version number.
16
-var version = "0.3.23"
+var version = "0.3.24"
17
18
func main() {
19
log.SetOutput(logOutput())
0 commit comments