diff --git a/README.md b/README.md index 24774f2..a84114b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { yandex = { - version = ">= 1.1.0" + version = ">= 1.1.2" source = "github.com/hashicorp/yandex" } } diff --git a/version/version.go b/version/version.go index a959d4d..33c69fb 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.1" + Version = "1.1.2" // 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