Skip to content

Commit

Permalink
released v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Oct 25, 2021
1 parent a063551 commit b1bc8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cni-nftables-firewall/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func init() {
app = versioned.NewPackageManager("cni-nftables-firewall")
app.Description = "CNI Firewall Plugin for nftables"
app.Documentation = "https://github.com/greenpau/cni-plugins/"
app.SetVersion(appVersion, "1.0.10")
app.SetVersion(appVersion, "1.0.11")
app.SetGitBranch(gitBranch, "")
app.SetGitCommit(gitCommit, "")
app.SetBuildUser(buildUser, "")
Expand Down
2 changes: 1 addition & 1 deletion cmd/cni-nftables-portmap/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func init() {
app = versioned.NewPackageManager("cni-nftables-portmap")
app.Description = "CNI Port Mapping Plugin for nftables"
app.Documentation = "https://github.com/greenpau/cni-plugins/"
app.SetVersion(appVersion, "1.0.10")
app.SetVersion(appVersion, "1.0.11")
app.SetGitBranch(gitBranch, "")
app.SetGitCommit(gitCommit, "")
app.SetBuildUser(buildUser, "")
Expand Down

0 comments on commit b1bc8a4

Please sign in to comment.