Skip to content

Commit 1965743

Browse files
committed
Bump version to v0.3.23
1 parent 248e6b7 commit 1965743

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.3.23 (2024/05/01)
4+
35
ENHANCEMENTS:
46

57
* chore: Upgrade golang libs with vulnerabilities ([#177](https://github.com/minamijoyo/tfmigrate/pull/177))

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.3.22"
16+
var version = "0.3.23"
1717

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

0 commit comments

Comments
 (0)