Skip to content

Commit 5a16b82

Browse files
committed
released v1.0.12
1 parent cc963a0 commit 5a16b82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cmd/cni-nftables-firewall/main.go

+1-1
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.11")
27+
app.SetVersion(appVersion, "1.0.12")
2828
app.SetGitBranch(gitBranch, "")
2929
app.SetGitCommit(gitCommit, "")
3030
app.SetBuildUser(buildUser, "")

Diff for: cmd/cni-nftables-portmap/main.go

+1-1
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.11")
27+
app.SetVersion(appVersion, "1.0.12")
2828
app.SetGitBranch(gitBranch, "")
2929
app.SetGitCommit(gitCommit, "")
3030
app.SetBuildUser(buildUser, "")

0 commit comments

Comments
 (0)