Skip to content

Commit d1457f4

Browse files
authored
chore(release): v2.1.3 (#498)
Release v2.1.3. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent 223fba7 commit d1457f4

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
@@ -66,7 +66,7 @@ packer {
6666
required_version = ">= 1.7.0"
6767
required_plugins {
6868
vmware = {
69-
version = ">= 2.1.2"
69+
version = ">= 2.1.3"
7070
source = "github.com/vmware/vmware"
7171
}
7272
}
@@ -90,7 +90,7 @@ Examples:
9090
2. Install a specific version of the plugin:
9191

9292
```shell
93-
packer plugins install github.com/vmware/vmware@v2.1.2
93+
packer plugins install github.com/vmware/vmware@v2.1.3
9494
```
9595

9696
### 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.3"
11-
VersionPrerelease = "dev"
11+
VersionPrerelease = ""
1212
VersionMetadata = ""
1313
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
1414
)

0 commit comments

Comments
 (0)