We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81307d8 commit 8c6189aCopy full SHA for 8c6189a
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (Unreleased)
2
3
+## 0.2.10 (2023/09/20)
4
+
5
NEW FEATURES:
6
7
* feat: add support for escaping . in address ([#83](https://github.com/minamijoyo/hcledit/pull/83))
cmd/version.go
@@ -8,7 +8,7 @@ import (
8
9
var (
10
// Version is version number which automatically set on build.
11
- Version = "0.2.9"
+ Version = "0.2.10"
12
)
13
14
func init() {
0 commit comments