From 1b209f585b32e3a4b9fbe5b990e35d9892dd3e92 Mon Sep 17 00:00:00 2001 From: Jenna Goldstrich Date: Thu, 13 Jun 2024 10:05:55 -0700 Subject: [PATCH] Cut release v2.1.6 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2fc92a7..6a8fd06f 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.5" + version = ">= 2.1.6" source = "github.com/hashicorp/azure" } } diff --git a/version/version.go b/version/version.go index 8f27e4da..603057a0 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ import ( var ( // Version is the main version number that is being run at the moment. - Version = "2.1.5" + Version = "2.1.6" // 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