Skip to content

Commit

Permalink
Merge pull request #54 from kaleido-io/framework-upgrade
Browse files Browse the repository at this point in the history
Update examples to 1.1.0-rc.2
  • Loading branch information
peterbroadhurst authored Mar 18, 2024
2 parents c724dce + dd61f5f commit 2fe6bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1"
version = "1.1.0-rc.2"
}
}
}
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.1"
version = "1.1.0-rc.2"
}
}
}
Expand Down

0 comments on commit 2fe6bd4

Please sign in to comment.