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.
2 parents b650cc0 + 86e84e7 commit 84dfbdeCopy full SHA for 84dfbde
version/version.go
@@ -7,12 +7,12 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
7
8
var (
9
// Version is the main version number that is being run at the moment.
10
- Version = "1.1.1"
+ Version = "1.1.2"
11
12
// VersionPrerelease is A pre-release marker for the Version. If this is ""
13
// (empty string) then it means that it is a final release. Otherwise, this
14
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
15
- VersionPrerelease = ""
+ VersionPrerelease = "dev"
16
17
// PluginVersion is used by the plugin set to allow Packer to recognize
18
// what version this plugin is.
0 commit comments