From b761d20aa7dbb732088a2734f7c54b57c7e0fbd1 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 21 Feb 2024 14:37:44 -0500 Subject: [PATCH] Cut release 2.0.3 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5909420..41ec7c10 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 { azure = { - version = ">= 2.0.2" + version = ">= 2.0.3" source = "github.com/hashicorp/azure" } } diff --git a/version/version.go b/version/version.go index fd78a281..ea0590b1 100644 --- a/version/version.go +++ b/version/version.go @@ -14,7 +14,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 = "" // AzurePluginVersion is used by the plugin set to allow Packer to recognize // what version this plugin is.