diff --git a/README.md b/README.md index 41ec7c10..46652c27 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.0.3" + version = ">= 2.0.4" source = "github.com/hashicorp/azure" } } diff --git a/version/version.go b/version/version.go index cdc788ca..1aef53df 100644 --- a/version/version.go +++ b/version/version.go @@ -14,7 +14,7 @@ var ( // 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 // is a pre-release such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "dev" + VersionPrerelease = "" // AzurePluginVersion is used by the plugin set to allow Packer to recognize // what version this plugin is.