Skip to content

Commit 8341110

Browse files
authored
chore: Prep release v1.0.0-rc1 (#153)
* Prep release v1.0.0-rc1 * Update bug_report.yml
1 parent 829f6be commit 8341110

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: What version of the Terraform provider are you using?
1616
description: What version of the Terraform provider for SAP Cloud Connector are you using?
17-
placeholder: 0.1.0-beta1
17+
placeholder: 1.0.0-rc1
1818
validations:
1919
required: true
2020
- type: input

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ terraform {
1414
required_providers {
1515
scc = {
1616
source = "sap/scc"
17-
version = "0.4.0-beta1"
17+
version = "1.0.0-rc1"
1818
}
1919
}
2020
}

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
scc = {
44
source = "sap/scc"
5-
version = "0.4.0-beta1"
5+
version = "1.0.0-rc1"
66
}
77
}
88
}

0 commit comments

Comments
 (0)