We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe7a31 commit 0f9fcf7Copy full SHA for 0f9fcf7
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v0.5.2](https://github.com/yuuki/lstf/compare/v0.5.1...v0.5.2) (2019-06-12)
4
+
5
6
## [v0.5.1](https://github.com/yuuki/lstf/compare/v0.5.0...v0.5.1) (2019-06-12)
7
8
* Ignore 'readlink: no such file or directory' [#16](https://github.com/yuuki/lstf/pull/16) ([yuuki](https://github.com/yuuki))
version.go
@@ -4,7 +4,7 @@ package main
const name = "lstf"
// version is application version.
-const version = "0.5.1"
+const version = "0.5.2"
9
// commit describes latest git commit hash.
10
// This is automatically extracted by git describe --always.
0 commit comments