Skip to content

Commit b1bc8a4

Browse files
committed
released v1.0.11
1 parent a063551 commit b1bc8a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/cni-nftables-firewall/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func init() {
2424
app = versioned.NewPackageManager("cni-nftables-firewall")
2525
app.Description = "CNI Firewall Plugin for nftables"
2626
app.Documentation = "https://github.com/greenpau/cni-plugins/"
27-
app.SetVersion(appVersion, "1.0.10")
27+
app.SetVersion(appVersion, "1.0.11")
2828
app.SetGitBranch(gitBranch, "")
2929
app.SetGitCommit(gitCommit, "")
3030
app.SetBuildUser(buildUser, "")

cmd/cni-nftables-portmap/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func init() {
2424
app = versioned.NewPackageManager("cni-nftables-portmap")
2525
app.Description = "CNI Port Mapping Plugin for nftables"
2626
app.Documentation = "https://github.com/greenpau/cni-plugins/"
27-
app.SetVersion(appVersion, "1.0.10")
27+
app.SetVersion(appVersion, "1.0.11")
2828
app.SetGitBranch(gitBranch, "")
2929
app.SetGitCommit(gitCommit, "")
3030
app.SetBuildUser(buildUser, "")

0 commit comments

Comments
 (0)