Skip to content

Commit 14d950d

Browse files
Bhuvisha03bhuvisha-n
authored andcommitted
chore: Prep v1.7
1 parent 408cce1 commit 14d950d

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 Cloud Foundry Terraform provider are you using?
17-
placeholder: 1.6.0
17+
placeholder: 1.7.0
1818
validations:
1919
required: false
2020
- type: input

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform {
1515
required_providers {
1616
cloudfoundry = {
1717
source = "cloudfoundry/cloudfoundry"
18-
version = "1.6.0"
18+
version = "1.7.0"
1919
}
2020
}
2121
}

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
cloudfoundry = {
44
source = "cloudfoundry/cloudfoundry"
5-
version = "1.6.0"
5+
version = "1.7.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)