Skip to content

Commit

Permalink
released v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Sep 2, 2020
1 parent 53da93b commit 6b7a838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/cni-nftables-firewall/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ func init() {
app = versioned.NewPackageManager("cni-nftables-firewall")
app.Description = "CNI Firewall Plugin for nftables"
app.Documentation = "https://github.com/greenpau/cni-plugins/"
app.SetVersion(appVersion, "1.0.1")
app.SetVersion(appVersion, "1.0.3")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "40b8f16")
app.SetGitCommit(gitCommit, "53da93b")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")
}
Expand Down
4 changes: 2 additions & 2 deletions cmd/cni-nftables-portmap/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ func init() {
app = versioned.NewPackageManager("cni-nftables-portmap")
app.Description = "CNI Port Mapping Plugin for nftables"
app.Documentation = "https://github.com/greenpau/cni-plugins/"
app.SetVersion(appVersion, "1.0.1")
app.SetVersion(appVersion, "1.0.3")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "40b8f16")
app.SetGitCommit(gitCommit, "53da93b")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")
}
Expand Down

0 comments on commit 6b7a838

Please sign in to comment.