Skip to content

Commit

Permalink
chore: prep release v1.4.0
Browse files Browse the repository at this point in the history
Update reference to 1.4.0
  • Loading branch information
vipinvkmenon committed May 27, 2024
1 parent 3acfd27 commit 9a65c53
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.3.0
placeholder: 1.4.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.3.0"
version = "1.4.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.3.0"
version = "1.4.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.3.0"
version = "1.4.0"
}
}
}
Expand Down

0 comments on commit 9a65c53

Please sign in to comment.