diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 683e1bb9..8e6747aa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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.3.0 + placeholder: 1.4.0 validations: required: true - type: input diff --git a/docs/index.md b/docs/index.md index f0248126..f3cc4f9e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,7 +15,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.3.0" + version = "1.4.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 8ea74aca..3615f439 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.3.0" + version = "1.4.0" } } } diff --git a/integration/provider.tf b/integration/provider.tf index 47bf5d8d..028f4b2d 100644 --- a/integration/provider.tf +++ b/integration/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { btp = { source = "SAP/btp" - version = "1.3.0" + version = "1.4.0" } } }