There was an error while loading. Please reload this page.
1 parent 926bf16 commit d633321Copy full SHA for d633321
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.1.0"
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