Skip to content

Commit

Permalink
Cut v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JenGoldstrich committed Nov 5, 2024
1 parent 52c9d7b commit 6df36d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
azure = {
version = ">= 2.1.9"
version = ">= 2.2.0"
source = "github.com/hashicorp/azure"
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

var (
Version = "2.1.9"
Version = "2.2.0"
VersionPrerelease = ""
VersionMetadata = ""
AzurePluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
Expand Down

0 comments on commit 6df36d9

Please sign in to comment.