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.
1 parent 9d7a942 commit 3e2cb29Copy full SHA for 3e2cb29
build/dependencies.yaml
@@ -1,7 +1,7 @@
1
dependencies:
2
# agnhost: bump this one first
3
- name: "agnhost"
4
- version: "2.20"
+ version: "2.22"
5
refPaths:
6
- path: test/images/agnhost/VERSION
7
match: \d.\d
test/images/agnhost/VERSION
@@ -1 +1 @@
-2.21
+2.22
test/images/agnhost/agnhost.go
@@ -51,7 +51,7 @@ import (
51
func main() {
52
rootCmd := &cobra.Command{
53
Use: "app",
54
- Version: "2.20",
+ Version: "2.22",
55
}
56
57
rootCmd.AddCommand(auditproxy.CmdAuditProxy)
0 commit comments