Skip to content

Commit 695977c

Browse files
committed
released v1.0.8
1 parent 8d40151 commit 695977c

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

0 commit comments

Comments
 (0)