diff --git a/CHANGELOG.md b/CHANGELOG.md index cf51db5..36cf57a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.5.3](https://github.com/yuuki/lstf/compare/v0.5.2...v0.5.3) (2019-06-12) + + ## [v0.5.2](https://github.com/yuuki/lstf/compare/v0.5.1...v0.5.2) (2019-06-12) diff --git a/version.go b/version.go index 3b431cb..fcfbc19 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package main const name = "lstf" // version is application version. -const version = "0.5.2" +const version = "0.5.3" // commit describes latest git commit hash. // This is automatically extracted by git describe --always.