synchronize agnhost image / app version

This commit is contained in:
Benjamin Elder 2020-08-20 16:54:56 -07:00
parent 9d7a94263a
commit 3e2cb2922b
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
2.21
2.22

View File

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