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 7131653 commit c0fbdf2Copy full SHA for c0fbdf2
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v0.0.9](https://github.com/knqyf263/utern/compare/v0.0.8...v0.0.9) (2020-02-22)
4
+
5
6
## [v0.0.8](https://github.com/knqyf263/utern/compare/v0.0.7...v0.0.8) (2020-02-21)
7
8
main.go
@@ -14,7 +14,7 @@ import (
14
"github.com/urfave/cli"
15
)
16
17
-const version = "0.0.8"
+const version = "0.0.9"
18
19
var commit string
20
0 commit comments