Skip to content

Commit

Permalink
Bump version to v0.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: futuretea <[email protected]>
  • Loading branch information
futuretea authored and guangbochen committed Aug 21, 2023
1 parent 4d63d2f commit f68b5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
harvester = {
source = "harvester/harvester"
version = "0.6.2"
version = "0.6.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
harvester = {
source = "harvester/harvester"
version = "0.6.2"
version = "0.6.3"
}
}
}
Expand Down

0 comments on commit f68b5a3

Please sign in to comment.