From 681f07ff0b3cc6c842e3048733ac6dddc8f7dca4 Mon Sep 17 00:00:00 2001 From: Jenna Goldstrich Date: Wed, 1 Mar 2023 16:40:08 -0800 Subject: [PATCH] Cut release v1.4.1 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 753f72e5..4436a1d3 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.0" + version = ">= 1.4.1" source = "github.com/hashicorp/azure" } } diff --git a/version/version.go b/version/version.go index 225db80c..59130b35 100644 --- a/version/version.go +++ b/version/version.go @@ -6,7 +6,7 @@ import ( var ( // Version is the main version number that is being run at the moment. - Version = "1.4.0" + Version = "1.4.1" // 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