Skip to content

Commit 07bed22

Browse files
committed
Release v0.8.0
1 parent f727a31 commit 07bed22

File tree

1 file changed

+3
-3
lines changed
  • examples/default/lambdas-download

1 file changed

+3
-3
lines changed

examples/default/lambdas-download/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ module "lambdas" {
33
lambdas = [
44
{
55
name = "webhook"
6-
tag = "v0.7.0"
6+
tag = "v0.8.0"
77
},
88
{
99
name = "runners"
10-
tag = "v0.7.0"
10+
tag = "v0.8.0"
1111
},
1212
{
1313
name = "runner-binaries-syncer"
14-
tag = "v0.7.0"
14+
tag = "v0.8.0"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)