Skip to content

Commit

Permalink
version: cut release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Sep 26, 2024
1 parent c0a6e24 commit 2395e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.8"
version = ">= 1.2.0"
source = "github.com/hashicorp/proxmox"
}
}
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ package version
import "github.com/hashicorp/packer-plugin-sdk/version"

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

0 comments on commit 2395e11

Please sign in to comment.