Skip to content

Commit

Permalink
Bump version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Mar 14, 2021
1 parent bc5647b commit 462812c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.7.2](https://github.com/yuuki/lstf/compare/v0.7.1...v0.7.2) (2021-03-14)

* fix ENOENT error because of TOCTOU [#31](https://github.com/yuuki/lstf/pull/31) ([yuuki](https://github.com/yuuki))

## [v0.7.1](https://github.com/yuuki/lstf/compare/v0.7.0...v0.7.1) (2021-03-14)

* avoid too many open files error [#30](https://github.com/yuuki/lstf/pull/30) ([yuuki](https://github.com/yuuki))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package main
const name = "lstf"

// version is application version.
const version = "0.7.1"
const version = "0.7.2"

// commit describes latest git commit hash.
// This is automatically extracted by git describe --always.
Expand Down

0 comments on commit 462812c

Please sign in to comment.