Skip to content

Commit

Permalink
chore: Prep Release v1.6.0 (#895)
Browse files Browse the repository at this point in the history
Update reference to 1.6.0
  • Loading branch information
vipinvkmenon authored Aug 28, 2024
1 parent fbc610f commit 0865815
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: What version of the Terraform provider are you using?
description: What version of the Terraform provider for SAP BTP are you using?
placeholder: 1.5.0
placeholder: 1.6.0
validations:
required: true
- type: input
Expand Down
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 = "1.5.0"
version = "1.6.0"
}
}
}
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 = "1.5.0"
version = "1.6.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion integration/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 = "1.5.0"
version = "1.6.0"
}
}
}
Expand Down

0 comments on commit 0865815

Please sign in to comment.