Skip to content

Commit

Permalink
chore: update release version (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 authored Dec 6, 2023
1 parent ec9a32b commit 5b4af56
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: 0.6.0-beta2
placeholder: 1.0.0-rc1
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 = "0.6.0-beta2"
version = "1.0.0-rc1"
}
}
}
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.6.0-beta2"
version = "1.0.0-rc1"
}
}
}
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 = "0.6.0-beta2"
version = "1.0.0-rc1"
}
}
}
Expand Down

0 comments on commit 5b4af56

Please sign in to comment.