We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac7ee1 commit 1b4c478Copy full SHA for 1b4c478
version/version.go
@@ -4,7 +4,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
4
5
var (
6
// Version is the main version number that is being run at the moment.
7
- Version = "1.0.6"
+ Version = "1.0.7"
8
9
// VersionPrerelease is A pre-release marker for the Version. If this is ""
10
// (empty string) then it means that it is a final release. Otherwise, this
0 commit comments