Skip to content

Commit c58c77f

Browse files
authored
chore: prep release v1.1.0 (#229)
2 parents ce062d6 + c307c7f commit c58c77f

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: 1.0.0
17+
placeholder: 1.1.0
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 = "1.0.0"
17+
version = "1.1.0"
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 = "1.0.0"
5+
version = "1.1.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)