Skip to content

Commit 3e2cb29

Browse files
committed
synchronize agnhost image / app version
1 parent 9d7a942 commit 3e2cb29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
# agnhost: bump this one first
33
- name: "agnhost"
4-
version: "2.20"
4+
version: "2.22"
55
refPaths:
66
- path: test/images/agnhost/VERSION
77
match: \d.\d

test/images/agnhost/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.21
1+
2.22

test/images/agnhost/agnhost.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import (
5151
func main() {
5252
rootCmd := &cobra.Command{
5353
Use: "app",
54-
Version: "2.20",
54+
Version: "2.22",
5555
}
5656

5757
rootCmd.AddCommand(auditproxy.CmdAuditProxy)

0 commit comments

Comments
 (0)