Skip to content

Commit

Permalink
Bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Dec 3, 2024
1 parent 63b621e commit e8bca1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master (Unreleased)

## 0.4.1 (2024/12/03)

ENHANCEMENTS:

* Add support for Terraform v1.10 ([#196](https://github.com/minamijoyo/tfmigrate/pull/196))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

// Version is a version number.
var version = "0.4.0"
var version = "0.4.1"

func main() {
log.SetOutput(logOutput())
Expand Down

0 comments on commit e8bca1a

Please sign in to comment.