From c0e4fa7e9ec619e459b80c55b49166b3c9a16a45 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Fri, 9 Dec 2022 16:07:59 -0500 Subject: [PATCH] version: prepare for 1.0.8 release --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee42b9a..07da573 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.4" + version = ">= 1.0.8" source = "github.com/hashicorp/qemu" } } diff --git a/version/version.go b/version/version.go index ddb5c9f..f5c50d3 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ var ( // 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 // is a pre-release such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "dev" + VersionPrerelease = "" // PluginVersion is used by the plugin set to allow Packer to recognize // what version this plugin is.