Skip to content

Commit

Permalink
version: cut release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Aug 13, 2024
1 parent bf146ab commit fc26498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.0"
version = ">= 1.4.0"
source = "github.com/hashicorp/vsphere"
}
}
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ package version
import "github.com/hashicorp/packer-plugin-sdk/version"

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

0 comments on commit fc26498

Please # to comment.