Skip to content

Commit

Permalink
released v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Mar 28, 2021
1 parent 022b700 commit 3eb6343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.4")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "v1.0.4-3-g61e49d6")
app.SetVersion(appVersion, "1.0.5")
app.SetGitBranch(gitBranch, "")
app.SetGitCommit(gitCommit, "")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")
}
Expand Down
6 changes: 3 additions & 3 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.4")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "v1.0.4-3-g61e49d6")
app.SetVersion(appVersion, "1.0.5")
app.SetGitBranch(gitBranch, "")
app.SetGitCommit(gitCommit, "")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")
}
Expand Down

0 comments on commit 3eb6343

Please sign in to comment.