Skip to content

Commit

Permalink
Bump version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Nov 24, 2019
1 parent 8c31e7b commit b186653
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,3 +1,7 @@
## [v0.1.1](https://github.com/yuuki/transtracer/compare/v0.1.0...v0.1.1) (2019-11-24)

* Print both active and passive flows with --ipv4 option [#8](https://github.com/yuuki/transtracer/pull/8) ([yuuki](https://github.com/yuuki))

## [v0.1.0](https://github.com/yuuki/transtracer/compare/f3c6ecd52904...v0.1.0) (2019-11-10)

* Initial release
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
const name = "transtracer"

// version is application version.
const version = "0.1.0"
const version = "0.1.1"

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

0 comments on commit b186653

Please sign in to comment.