Skip to content

Commit

Permalink
Cut release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Aug 20, 2024
1 parent 83e46d5 commit c4d5e99
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 @@ -19,7 +19,7 @@ Then, run [`packer init`](https://developer.hashicorp.com/packer/docs/commands/i
packer {
required_plugins {
virtualbox = {
version = ">= 1.0.5"
version = ">= 1.1.1"
source = "github.com/hashicorp/virtualbox"
}
}
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.1.1"
VersionPrerelease = "dev"
VersionPrerelease = ""
VersionMetadata = ""
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
)

0 comments on commit c4d5e99

Please sign in to comment.