diff --git a/README.md b/README.md index ed300136..2f3bfe44 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ packer { required_version = ">= 1.7.0" required_plugins { vsphere = { - version = ">= 1.2.1" + version = ">= 1.2.2" source = "github.com/hashicorp/vsphere" } } diff --git a/version/version.go b/version/version.go index 45397921..69f71f50 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,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 = "" // PluginVersion is used by the plugin set to allow Packer to recognize // what version this plugin is.