diff --git a/README.md b/README.md index bee61f0e..9d7d6b90 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 { amazon = { - version = ">= 1.3.3" + version = ">= 1.3.4" source = "github.com/hashicorp/amazon" } } diff --git a/version/version.go b/version/version.go index 37d226c6..4633cfa8 100644 --- a/version/version.go +++ b/version/version.go @@ -6,7 +6,7 @@ package version import "github.com/hashicorp/packer-plugin-sdk/version" var ( - Version = "1.3.4" + Version = "1.3.5" VersionPrerelease = "dev" VersionMetadata = "" PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)