File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 , "" )
Original file line number Diff line number Diff 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 , "" )
You can’t perform that action at this time.
0 commit comments