Skip to content

Commit

Permalink
Bump provider version in documentation
Browse files Browse the repository at this point in the history
Update the provider version in the documentation to 2.0.0
  • Loading branch information
edif2008 committed May 30, 2024
1 parent dd14a08 commit 7fadefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terraform {
required_providers {
onepassword = {
source = "1Password/onepassword"
version = "~> 1.3.0"
version = "~> 2.0.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
onepassword = {
source = "1Password/onepassword"
version = "~> 1.3.0"
version = "~> 2.0.0"
}
}
}
Expand Down

0 comments on commit 7fadefa

Please sign in to comment.