Skip to content

Commit f1b2e5d

Browse files
committed
Bump version to v0.2.16
1 parent 3f2fcce commit f1b2e5d

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.2.16 (2025/02/05)
4+
35
NEW FEATURES:
46

57
* Add block new cmd ([#106](https://github.com/minamijoyo/hcledit/pull/106)) ([#109](https://github.com/minamijoyo/hcledit/pull/109)) ([#110](https://github.com/minamijoyo/hcledit/pull/110))

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
var (
1010
// Version is version number which automatically set on build.
11-
Version = "0.2.15"
11+
Version = "0.2.16"
1212
)
1313

1414
func init() {

0 commit comments

Comments
 (0)