diff --git a/README.md b/README.md index 9b346183..daa283f1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { proxmox = { - version = ">= 1.1.0" + version = ">= 1.1.1" source = "github.com/hashicorp/proxmox" } } diff --git a/docs/README.md b/docs/README.md index 9936deae..258a73b0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,7 +26,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { name = { - version = ">= 1.0.6" + version = ">= 1.1.1" source = "github.com/hashicorp/proxmox" } } diff --git a/version/version.go b/version/version.go index 96c9f0c5..6b207221 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version" var ( // Version is the main version number that is being run at the moment. - Version = "1.1.0" + Version = "1.1.1" // VersionPrerelease is A pre-release marker for the Version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this