Skip to content

Commit 027cefa

Browse files
authored
chore(dev): prepare development cycle (#464)
Prepare the plugin for the 2.1.1 development cycle and pre-release builds. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 8246401 commit 027cefa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Examples:
8888
2. Install a specific version of the plugin:
8989

9090
```shell
91-
packer plugins install github.com/vmware/vmware@v2.0.0
91+
packer plugins install github.com/vmware/vmware@v2.1.0
9292
```
9393

9494
### Using the Source

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ package version
77
import "github.com/hashicorp/packer-plugin-sdk/version"
88

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

0 commit comments

Comments
 (0)