Skip to content

Commit

Permalink
version: cut release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Dec 12, 2024
1 parent c4f234e commit cbc2d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"

var (
Version = "1.3.4"
VersionPrerelease = "dev"
VersionPrerelease = ""
VersionMetadata = ""
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
)

0 comments on commit cbc2d62

Please sign in to comment.