diff --git a/README.md b/README.md index bdeef140..6eeaf2f3 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.2" + version = ">= 2.1.3" source = "github.com/hashicorp/azure" } } diff --git a/version/version.go b/version/version.go index dc480fe8..e7b982bd 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.2" + Version = "2.1.3" // 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