bump agnhost VERSION

Signed-off-by: Rajas Kakodkar <rajas.kakodkar@ibm.com>
This commit is contained in:
Rajas Kakodkar 2020-12-16 17:29:55 +00:00
parent 794080c8da
commit 902f4a9038
2 changed files with 2 additions and 2 deletions

View File

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

View File

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