Bump up agnhost version to 2.29

This is to consume the changes for binding the udp listeners of netexec
to specific addresses.

Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
This commit is contained in:
Federico Paolinelli 2021-02-19 10:23:40 +01:00
parent 5125f1fc31
commit f6451c93b1
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ dependencies:
# agnhost: bump this one first
- name: "agnhost"
version: "2.28"
version: "2.29"
refPaths:
- path: test/images/agnhost/VERSION
match: \d.\d

View File

@ -1 +1 @@
2.28
2.29

View File

@ -51,7 +51,7 @@ import (
func main() {
rootCmd := &cobra.Command{
Use: "app",
Version: "2.28",
Version: "2.29",
}
rootCmd.AddCommand(auditproxy.CmdAuditProxy)