From e6b551be9d5aae257c8c6711ba58a05d2555318a Mon Sep 17 00:00:00 2001 From: Jenna Goldstrich Date: Mon, 26 Aug 2024 09:50:16 -0700 Subject: [PATCH] Prepare release v2.1.8 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac55e470..d52e6e90 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.1.7" + version = ">= 2.1.8" source = "github.com/hashicorp/azure" } } diff --git a/version/version.go b/version/version.go index aa083231..dd497efe 100644 --- a/version/version.go +++ b/version/version.go @@ -8,7 +8,7 @@ import ( ) var ( - Version = "2.1.7" + Version = "2.1.8" VersionPrerelease = "" VersionMetadata = "" AzurePluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)