bump agnhost version to match fully

This commit is contained in:
Benjamin Elder 2020-06-12 15:44:15 -07:00
parent 2402bfd4bc
commit c57e39f664
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.18
2.19

View File

@ -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)