Skip to content

Commit

Permalink
Add latest version docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dianibar committed Sep 25, 2024
1 parent b547147 commit 9dac675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
doit = {
source = "doitintl/doit"
version = "0.21.0"
version = "0.23.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
doit = {
source = "doitintl/doit"
version = "0.21.0"
version = "0.23.0"
}
}
}
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 {
doit = {
source = "doitintl/doit"
version = "0.21.0"
version = "0.23.0"
}
}
}
Expand Down

0 comments on commit 9dac675

Please sign in to comment.