We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066971f commit 26c04bcCopy full SHA for 26c04bc
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (Unreleased)
2
3
+## 0.2.13 (2024/08/02)
4
+
5
BUG FIXES:
6
7
* Fix syntax error in release workflow ([#101](https://github.com/minamijoyo/hcledit/pull/101))
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.12"
+ Version = "0.2.13"
12
)
13
14
func init() {
0 commit comments