0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 05:24:01 +00:00

set TF version 0.4.6

This commit is contained in:
Pavel Boldyrev 2021-09-09 20:41:13 -04:00
parent 1069f989a1
commit 6ff9e3a48a
No known key found for this signature in database
GPG Key ID: 9A3B05A2B8921AD9

View File

@ -9,5 +9,5 @@ const (
TerraformProviderName = "terraform-provider-proxmox"
// TerraformProviderVersion specifies the version number.
TerraformProviderVersion = "0.4.5"
TerraformProviderVersion = "0.4.6"
)