Skip to content

Commit

Permalink
Cut release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Jun 22, 2023
1 parent 053a18e commit 0827d1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 {
hyperv = {
version = ">= 1.1.0"
version = ">= 1.1.1"
source = "github.com/hashicorp/hyperv"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
name = {
version = ">= 1.1.0"
version = ">= 1.1.1"
source = "github.com/hashicorp/name"
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.1.0"
Version = "1.1.1"

// 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 0827d1f

Please sign in to comment.