We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b75a9 commit 27e1476Copy full SHA for 27e1476
version/version.go
@@ -7,7 +7,7 @@ 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
0 commit comments