Skip to content

Commit 0f9fcf7

Browse files
committed
Bump version 0.5.2
1 parent cbe7a31 commit 0f9fcf7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v0.5.2](https://github.com/yuuki/lstf/compare/v0.5.1...v0.5.2) (2019-06-12)
4+
5+
36
## [v0.5.1](https://github.com/yuuki/lstf/compare/v0.5.0...v0.5.1) (2019-06-12)
47

58
* Ignore 'readlink: no such file or directory' [#16](https://github.com/yuuki/lstf/pull/16) ([yuuki](https://github.com/yuuki))

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package main
44
const name = "lstf"
55

66
// version is application version.
7-
const version = "0.5.1"
7+
const version = "0.5.2"
88

99
// commit describes latest git commit hash.
1010
// This is automatically extracted by git describe --always.

0 commit comments

Comments
 (0)