Skip to content

Commit

Permalink
Bump version to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Jun 16, 2022
1 parent 269337d commit c32d4a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## master (Unreleased)

## 0.2.5 (2022/06/16)

ENHANCEMENTS:

* Update Go to v1.18.3 ([#57](https://github.com/minamijoyo/hcledit/pull/57))

## 0.2.4 (2022/06/13)

ENHANCEMENTS:
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.4"
Version = "0.2.5"
)

func init() {
Expand Down

0 comments on commit c32d4a4

Please sign in to comment.