From 7dd01a2c78a95eb89374de2ef8aa6130a3567482 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 12 Apr 2022 15:41:52 -0400 Subject: [PATCH] Cut release 1.0.3 --- 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 1d48b5c7..27acfedb 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.2" + version = ">= 1.0.3" source = "github.com/hashicorp/qemu" } } diff --git a/docs/README.md b/docs/README.md index 91490b76..2041633b 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.2" + version = ">= 1.0.3" source = "github.com/hashicorp/qemu" } } diff --git a/version/version.go b/version/version.go index a9cf6524..53812de0 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.2" + Version = "1.0.3" // 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