From 1a08bd39d65f863af922fe47384765ba464afd69 Mon Sep 17 00:00:00 2001 From: Jenna Goldstrich Date: Thu, 19 May 2022 11:39:37 -0700 Subject: [PATCH] Cut version 1.0.4 --- 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 27acfedb..ee42b9ab 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 { qemu = { - version = ">= 1.0.3" + version = ">= 1.0.4" source = "github.com/hashicorp/qemu" } } diff --git a/docs/README.md b/docs/README.md index 2041633b..4c5d711b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { qemu = { - version = ">= 1.0.3" + version = ">= 1.0.4" source = "github.com/hashicorp/qemu" } } diff --git a/version/version.go b/version/version.go index 53812de0..471d6087 100644 --- a/version/version.go +++ b/version/version.go @@ -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.3" + Version = "1.0.4" // 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