From 9a65c53c971f1f386551ab3092c4d5e0bbb621b0 Mon Sep 17 00:00:00 2001 From: Vipin Vijaykumar Date: Mon, 27 May 2024 06:40:34 +0000 Subject: [PATCH] chore: prep release v1.4.0 Update reference to 1.4.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- docs/index.md | 2 +- examples/provider/provider.tf | 2 +- integration/provider.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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" } } }