Skip to content

Commit

Permalink
Bump version to v0.6.4 (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <[email protected]>
  • Loading branch information
FrankYang0529 authored Dec 22, 2023
1 parent f7ced81 commit 28f9fec
Show file tree
Hide file tree
Showing 3 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 @@ -4,7 +4,7 @@ Terraform Provider for Harvester
## Requirements

- [Terraform](https://www.terraform.io/downloads.html) >= 0.13.x
- [Go](https://golang.org/doc/install) 1.18 to build the provider plugin
- [Go](https://golang.org/doc/install) 1.20 to build the provider plugin

## Install The Provider

Expand Down
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.3"
version = "0.6.4"
}
}
}
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.3"
version = "0.6.4"
}
}
}
Expand Down

0 comments on commit 28f9fec

Please sign in to comment.