Skip to content

Commit 605d58b

Browse files
cut release v1.1.1
1 parent d353488 commit 605d58b

File tree

3 files changed

+3
-3
lines changed

3 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.0"
28+
version = ">= 1.1.1"
2929
source = "github.com/hashicorp/proxmox"
3030
}
3131
}

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
2626
packer {
2727
required_plugins {
2828
name = {
29-
version = ">= 1.0.6"
29+
version = ">= 1.1.1"
3030
source = "github.com/hashicorp/proxmox"
3131
}
3232
}

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
44

55
var (
66
// Version is the main version number that is being run at the moment.
7-
Version = "1.1.0"
7+
Version = "1.1.1"
88

99
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1010
// (empty string) then it means that it is a final release. Otherwise, this

0 commit comments

Comments
 (0)