Skip to content

Commit

Permalink
Cut release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Apr 18, 2022
1 parent c6ba814 commit aebbdbc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
main
dist/*
packer-plugin-scaffolding
packer-plugin-proxmox
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
proxmox = {
version = ">= 1.0.1"
version = ">= 1.0.6"
source = "github.com/hashicorp/proxmox"
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
name = {
version = ">= 1.0.1"
source = "github.com/hashicorp/name"
version = ">= 1.0.6"
source = "github.com/hashicorp/proxmox"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"

var (
// Version is the main version number that is being run at the moment.
Version = "1.0.1"
Version = "1.0.6"

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

0 comments on commit aebbdbc

Please sign in to comment.