We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b7966 commit 918a16dCopy full SHA for 918a16d
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (Unreleased)
2
3
+## 0.2.8 (2023/05/11)
4
+
5
BUG FIXES:
6
7
* Fix multiline comment parsing ([#78](https://github.com/minamijoyo/hcledit/pull/78))
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.7"
+ Version = "0.2.8"
12
)
13
14
func init() {
0 commit comments