Skip to content

Commit 0827d1f

Browse files
committed
Cut release v1.1.1
1 parent 053a18e commit 0827d1f

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
@@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
1919
packer {
2020
required_plugins {
2121
hyperv = {
22-
version = ">= 1.1.0"
22+
version = ">= 1.1.1"
2323
source = "github.com/hashicorp/hyperv"
2424
}
2525
}

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
3131
packer {
3232
required_plugins {
3333
name = {
34-
version = ">= 1.1.0"
34+
version = ">= 1.1.1"
3535
source = "github.com/hashicorp/name"
3636
}
3737
}

version/version.go

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

88
var (
99
// Version is the main version number that is being run at the moment.
10-
Version = "1.1.0"
10+
Version = "1.1.1"
1111

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

0 commit comments

Comments
 (0)