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 Feb 28, 2018
1 parent a83fd9d commit 36d0a62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.1.1](https://github.com/yuuki/lsconntrack/compare/v0.1.0...v0.1.1) (2018-03-01)

* Fix panic that occurs when no pakcets or bytes item [#3](https://github.com/yuuki/lsconntrack/pull/3) ([yuuki](https://github.com/yuuki))
* Adopt listening ports as default ports [#2](https://github.com/yuuki/lsconntrack/pull/2) ([yuuki](https://github.com/yuuki))

## [v0.1.0](https://github.com/yuuki/lsconntrack/compare/...v0.1.0) (2018-02-27)

* Initial release
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 = "lsconntrack"

// 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 36d0a62

Please sign in to comment.