Skip to content

Commit 2afd062

Browse files
version: cut release v1.3.0
1 parent f5faf82 commit 2afd062

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ packer {
7878
required_version = ">= 1.7.0"
7979
required_plugins {
8080
vsphere = {
81-
version = ">= 1.2.7"
81+
version = ">= 1.3.0"
8282
source = "github.com/hashicorp/vsphere"
8383
}
8484
}

version/version.go

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

88
var (
99
// Version is the main version number that is being run at the moment.
10-
Version = "1.2.8"
10+
Version = "1.3.0"
1111

1212
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1313
// (empty string) then it means that it is a final release. Otherwise, this
1414
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
15-
VersionPrerelease = "dev"
15+
VersionPrerelease = ""
1616

1717
// PluginVersion is used by the plugin set to allow Packer to recognize
1818
// what version this plugin is.

0 commit comments

Comments
 (0)