We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0703d68 + c57e39f commit f66af10Copy full SHA for f66af10
test/images/agnhost/VERSION
@@ -1 +1 @@
1
-2.18
+2.19
test/images/agnhost/agnhost.go
@@ -49,7 +49,7 @@ import (
49
)
50
51
func main() {
52
- rootCmd := &cobra.Command{Use: "app", Version: "2.17"}
+ rootCmd := &cobra.Command{Use: "app", Version: "2.19"}
53
54
rootCmd.AddCommand(auditproxy.CmdAuditProxy)
55
rootCmd.AddCommand(connect.CmdConnect)
0 commit comments