Skip to content

Commit

Permalink
Merge pull request #1084 from hashicorp/brandonc/prep_049_release
Browse files Browse the repository at this point in the history
Bump release version in docs
  • Loading branch information
brandonc authored Oct 2, 2023
2 parents adc3099 + 6fceb13 commit 417bf2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Declare the provider in your configuration and `terraform init` will automatical
terraform {
required_providers {
tfe = {
version = "~> 0.48.0"
version = "~> 0.49.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ automatically installed by `terraform init` in the future:
terraform {
required_providers {
tfe = {
version = "~> 0.48.0"
version = "~> 0.49.0"
}
}
}
Expand All @@ -88,7 +88,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are

```hcl
provider "tfe" {
version = "~> 0.48.0"
version = "~> 0.49.0"
...
}
```
Expand Down

0 comments on commit 417bf2c

Please sign in to comment.