Skip to content

Commit 0a88405

Browse files
version: cut release 1.1.2
1 parent 320cf67 commit 0a88405

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.1"
28+
version = ">= 1.1.2"
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.1.1"
29+
version = ">= 1.1.2"
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
@@ -12,7 +12,7 @@ var (
1212
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1313
// (empty string) then it means that it is a final release. Otherwise, this
1414
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
15-
VersionPrerelease = "dev"
15+
VersionPrerelease = ""
1616

1717
// PluginVersion is used by the plugin set to allow Packer to recognize
1818
// what version this plugin is.

0 commit comments

Comments
 (0)