File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func init() {
24
24
app = versioned .NewPackageManager ("cni-nftables-firewall" )
25
25
app .Description = "CNI Firewall Plugin for nftables"
26
26
app .Documentation = "https://github.com/greenpau/cni-plugins/"
27
- app .SetVersion (appVersion , "1.0.11 " )
27
+ app .SetVersion (appVersion , "1.0.12 " )
28
28
app .SetGitBranch (gitBranch , "" )
29
29
app .SetGitCommit (gitCommit , "" )
30
30
app .SetBuildUser (buildUser , "" )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func init() {
24
24
app = versioned .NewPackageManager ("cni-nftables-portmap" )
25
25
app .Description = "CNI Port Mapping Plugin for nftables"
26
26
app .Documentation = "https://github.com/greenpau/cni-plugins/"
27
- app .SetVersion (appVersion , "1.0.11 " )
27
+ app .SetVersion (appVersion , "1.0.12 " )
28
28
app .SetGitBranch (gitBranch , "" )
29
29
app .SetGitCommit (gitCommit , "" )
30
30
app .SetBuildUser (buildUser , "" )
You can’t perform that action at this time.
0 commit comments