We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411412e commit 7aedbfbCopy full SHA for 7aedbfb
1 file changed
version/version.go
@@ -13,12 +13,12 @@ import (
13
var GitCommit string
14
15
// Package version helps plugin creators set and track the sdk version using
16
-var Version = "0.2.2"
+var Version = "0.2.3"
17
18
// A pre-release marker for the version. If this is "" (empty string)
19
// then it means that it is a final release. Otherwise, this is a pre-release
20
// such as "dev" (in development), "beta", "rc1", etc.
21
-var VersionPrerelease = ""
+var VersionPrerelease = "dev"
22
23
// SDKVersion is used by the plugin set to allow Packer to recognize
24
// what version of the sdk the plugin is.
0 commit comments