Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Sep 8, 2022
1 parent 200b49b commit 0c44ed2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.22.2](https://github.com/k1LoW/tcpdp/compare/v0.22.1...v0.22.2) (2022-09-08)

* Fix build and release pipeline [#100](https://github.com/k1LoW/tcpdp/pull/100) ([k1LoW](https://github.com/k1LoW))
* Revert "Update go and pkgs" [#101](https://github.com/k1LoW/tcpdp/pull/101) ([k1LoW](https://github.com/k1LoW))
* Update go and pkgs [#99](https://github.com/k1LoW/tcpdp/pull/99) ([k1LoW](https://github.com/k1LoW))
* Update the GoText package [#98](https://github.com/k1LoW/tcpdp/pull/98) ([rnakamine](https://github.com/rnakamine))
* Use octocov [#97](https://github.com/k1LoW/tcpdp/pull/97) ([k1LoW](https://github.com/k1LoW))

## [v0.22.1](https://github.com/k1LoW/tcpdp/compare/v0.22.0...v0.22.1) (2021-09-07)

* Fix null pointer dereference [#96](https://github.com/k1LoW/tcpdp/pull/96) ([k1LoW](https://github.com/k1LoW))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "tcpdp"

// Version for this
const Version string = "0.22.1"
const Version string = "0.22.2"

0 comments on commit 0c44ed2

Please sign in to comment.