diff --git a/docs/README.md b/docs/README.md index a3f1a895..f51368aa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,7 +25,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { azure = { - version = ">= 1.0.0" + version = ">= 1.1.0" source = "github.com/hashicorp/azure" } } diff --git a/version/version.go b/version/version.go index cd21a410..38584698 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.0.8" + Version = "1.1.0" // 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