Skip to content

Commit

Permalink
Merge pull request #35 from cloudfoundry/rc2
Browse files Browse the repository at this point in the history
chore: Prep v1.0.0-rc2
  • Loading branch information
vipinvkmenon authored Oct 23, 2024
2 parents 7c3a470 + ec81cc5 commit 47c3e20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 Cloud Foundry Terraform provider are you using?
placeholder: 1.0.0-rc1
placeholder: 1.0.0-rc2
validations:
required: false
- 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 {
cloudfoundry = {
source = "cloudfoundry/cloudfoundry"
version = "1.0.0-rc1"
version = "1.0.0-rc2"
}
}
}
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 {
cloudfoundry = {
source = "cloudfoundry/cloudfoundry"
version = "1.0.0-rc1"
version = "1.0.0-rc2"
}
}
}
Expand Down

0 comments on commit 47c3e20

Please sign in to comment.