Skip to content

Commit 34dcc2c

Browse files
Prepare v2.3.1 (#478)
1 parent 15af01f commit 34dcc2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
1919
packer {
2020
required_plugins {
2121
azure = {
22-
version = ">= 2.3.0"
22+
version = ">= 2.3.1"
2323
source = "github.com/hashicorp/azure"
2424
}
2525
}

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
var (
11-
Version = "2.3.0"
11+
Version = "2.3.1"
1212
VersionPrerelease = ""
1313
VersionMetadata = ""
1414
AzurePluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)

0 commit comments

Comments
 (0)