From de6dcb6ad6984248855c1a59b9d43c11ae6f71ab Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Tue, 26 Sep 2023 16:36:48 -0400 Subject: [PATCH] version: cut release v1.1.5 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81766fcb..e01b79cb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { proxmox = { - version = ">= 1.1.4" + version = ">= 1.1.5" source = "github.com/hashicorp/proxmox" } } diff --git a/version/version.go b/version/version.go index 9388c1b9..0dc99816 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,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.