Skip to content

Commit

Permalink
Update the examples release version (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Cari Albritton <cari.albritton@kaleido.io>
  • Loading branch information
calbritt authored Aug 29, 2024
1 parent 216464d commit 9ed8267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/platform_stack/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kaleido = {
source = "kaleido-io/kaleido"
version = "1.1.0-rc.4"
version = "1.1.0-rc-5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/platform_stack_multiparty_sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kaleido = {
source = "kaleido-io/kaleido"
version = "1.1.0-rc.4"
version = "1.1.0-rc-5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_env/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kaleido = {
source = "kaleido-io/kaleido"
version = "1.1.0-rc.4"
version = "1.1.0-rc-5"
}
}
}
Expand Down

0 comments on commit 9ed8267

Please sign in to comment.