We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248e6b7 commit 1965743Copy full SHA for 1965743
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (Unreleased)
2
3
+## 0.3.23 (2024/05/01)
4
+
5
ENHANCEMENTS:
6
7
* chore: Upgrade golang libs with vulnerabilities ([#177](https://github.com/minamijoyo/tfmigrate/pull/177))
main.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
// Version is a version number.
16
-var version = "0.3.22"
+var version = "0.3.23"
17
18
func main() {
19
log.SetOutput(logOutput())
0 commit comments