Skip to content

Commit 2395e11

Browse files
version: cut release v1.2.0
1 parent c0a6e24 commit 2395e11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
2525
packer {
2626
required_plugins {
2727
proxmox = {
28-
version = ">= 1.1.8"
28+
version = ">= 1.2.0"
2929
source = "github.com/hashicorp/proxmox"
3030
}
3131
}

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ package version
66
import "github.com/hashicorp/packer-plugin-sdk/version"
77

88
var (
9-
Version = "1.1.9"
10-
VersionPrerelease = "dev"
9+
Version = "1.2.0"
10+
VersionPrerelease = ""
1111
VersionMetadata = ""
1212
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
1313
)

0 commit comments

Comments
 (0)