Skip to content

Commit

Permalink
version: cut release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Oct 3, 2024
1 parent ac42888 commit 2015f6e
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 @@ -25,7 +25,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
proxmox = {
version = ">= 1.2.0"
version = ">= 1.2.1"
source = "github.com/hashicorp/proxmox"
}
}
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.2.1"
VersionPrerelease = "dev"
VersionPrerelease = ""
VersionMetadata = ""
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
)

0 comments on commit 2015f6e

Please sign in to comment.