Skip to content

Commit 013ddd2

Browse files
authored
chore(release): v2.1.2 (#682)
Release v2.1.2. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent eda0c1c commit 013ddd2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ packer {
6363
required_version = ">= 1.7.0"
6464
required_plugins {
6565
vmware = {
66-
version = ">= 2.1.1"
66+
version = ">= 2.1.2"
6767
source = "github.com/vmware/vsphere"
6868
}
6969
}
@@ -87,7 +87,7 @@ Examples:
8787
2. Install a specific version of the plugin:
8888

8989
```shell
90-
packer plugins install github.com/vmware/vsphere@v2.1.1
90+
packer plugins install github.com/vmware/vsphere@v2.1.2
9191
```
9292

9393
### Using the Source

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
88

99
var (
1010
Version = "2.1.2"
11-
VersionPrerelease = "dev"
11+
VersionPrerelease = ""
1212
VersionMetadata = ""
1313
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
1414
)

0 commit comments

Comments
 (0)