From c57e39f6642838e5b11e711598a3429fd166d603 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 12 Jun 2020 15:44:15 -0700 Subject: [PATCH] bump agnhost version to match fully --- test/images/agnhost/VERSION | 2 +- test/images/agnhost/agnhost.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/images/agnhost/VERSION b/test/images/agnhost/VERSION index fc249e9a747..15a3e92c6a7 100644 --- a/test/images/agnhost/VERSION +++ b/test/images/agnhost/VERSION @@ -1 +1 @@ -2.18 +2.19 diff --git a/test/images/agnhost/agnhost.go b/test/images/agnhost/agnhost.go index ffd14bdf49d..59b55d71d04 100644 --- a/test/images/agnhost/agnhost.go +++ b/test/images/agnhost/agnhost.go @@ -49,7 +49,7 @@ import ( ) func main() { - rootCmd := &cobra.Command{Use: "app", Version: "2.17"} + rootCmd := &cobra.Command{Use: "app", Version: "2.19"} rootCmd.AddCommand(auditproxy.CmdAuditProxy) rootCmd.AddCommand(connect.CmdConnect)