Skip to content

Commit

Permalink
version: cut v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Oct 17, 2024
1 parent 9c23c62 commit a8d72f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ packer {
required_version = ">= 1.7.0"
required_plugins {
vsphere = {
version = ">= 1.4.1"
version = ">= 1.4.2"
source = "github.com/hashicorp/vsphere"
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"

var (
Version = "1.4.2"
VersionPrerelease = "dev"
VersionPrerelease = ""
VersionMetadata = ""
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
)

0 comments on commit a8d72f7

Please sign in to comment.