Skip to content

Commit

Permalink
chore: prepare 0.2.0-beta2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lkc committed Jul 26, 2023
1 parent fa76fe2 commit a76fb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "0.2.0-beta1"
version = "0.2.0-beta2"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
btp = {
source = "SAP/btp"
version = "0.2.0-beta1"
version = "0.2.0-beta2"
}
}
}
Expand Down

0 comments on commit a76fb78

Please sign in to comment.