Skip to content

Commit aebbdbc

Browse files
committed
Cut release v1.0.6
1 parent c6ba814 commit aebbdbc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
main
22
dist/*
3-
packer-plugin-scaffolding
3+
packer-plugin-proxmox

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
1919
packer {
2020
required_plugins {
2121
proxmox = {
22-
version = ">= 1.0.1"
22+
version = ">= 1.0.6"
2323
source = "github.com/hashicorp/proxmox"
2424
}
2525
}

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
2626
packer {
2727
required_plugins {
2828
name = {
29-
version = ">= 1.0.1"
30-
source = "github.com/hashicorp/name"
29+
version = ">= 1.0.6"
30+
source = "github.com/hashicorp/proxmox"
3131
}
3232
}
3333
}

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.0.1"
7+
Version = "1.0.6"
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)