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

fix: bump version

This commit is contained in:
Dan Petersen 2021-02-13 03:22:29 +01:00
parent 9c9cd2df4a
commit fec2a7c9e1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## v0.5.0 (UNRELEASED)
## v0.4.2 (UNRELEASED)
OTHER:

View File

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