0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-02 19:43:00 +00:00

Bump provider version to 0.5.1 (#52)

* Bump provider version to 0.5.1

Also fixes #44

* Bump TF version for tests
This commit is contained in:
Pavel Boldyrev 2022-03-21 20:46:25 -04:00 committed by GitHub
parent 36e4323fdd
commit 0fa4a54903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
terraform:
- '0.14.11'
- '0.15.5'
- '1.0.6'
- '1.1.7'
steps:
- name: Set up Go

View File

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