From 87b71a6e2a178c706a21735bc6c83cbe12bc064e Mon Sep 17 00:00:00 2001 From: Jenna Goldstrich Date: Mon, 24 Jul 2023 16:47:19 -0700 Subject: [PATCH] Prepare v1.4.5 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94f6661c..5f6997df 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 = ">= 1.4.4" + version = ">= 1.4.5" source = "github.com/hashicorp/azure" } } diff --git a/version/version.go b/version/version.go index e582b3eb..eb1abf6f 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 = "1.4.4" + Version = "1.4.5" // 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