Skip to content

Commit

Permalink
Bump version to v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Sep 20, 2023
1 parent 81307d8 commit 8c6189a
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.2.10 (2023/09/20)

NEW FEATURES:

* feat: add support for escaping . in address ([#83](https://github.com/minamijoyo/hcledit/pull/83))
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var (
// Version is version number which automatically set on build.
Version = "0.2.9"
Version = "0.2.10"
)

func init() {
Expand Down

0 comments on commit 8c6189a

Please sign in to comment.