From 0827d1fc2c82c0294a60042804f85ff7bee068dc Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Thu, 22 Jun 2023 17:49:44 -0400 Subject: [PATCH] Cut release v1.1.1 --- README.md | 2 +- docs/README.md | 2 +- version/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f93c3b..6aac2d7 100644 --- a/README.md +++ b/README.md @@ -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" } } diff --git a/docs/README.md b/docs/README.md index f5fcfaa..0a7738b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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" } } diff --git a/version/version.go b/version/version.go index 5c0c540..c073b3c 100644 --- a/version/version.go +++ b/version/version.go @@ -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