From b264aa78a0a5e11c7f04c47d7f438438c487dbca Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 1 Nov 2023 05:28:11 -0400 Subject: [PATCH] Cut release 1.1.1 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95088428..82296106 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 { hcloud = { - version = ">= 1.1.0" + version = ">= 1.1.1" source = "github.com/hashicorp/hcloud" } } diff --git a/version/version.go b/version/version.go index 1285821b..c073b3cb 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.