Skip to content

Commit

Permalink
chore(release): bump version to 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2024-05-19)

### Features

* add support for multiple ports (TCP and UDP) closes [#17](#17) ([0d4f33d](0d4f33d))
  • Loading branch information
semantic-release-bot committed May 19, 2024
1 parent 0a24fac commit 4b236f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"runtime/debug"
)

var version = "2.1.0"
var version = "2.2.0"

// Retrieve the currentVersion version with additional vcs info if any.
func Current() string {
Expand Down

0 comments on commit 4b236f2

Please sign in to comment.