We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0445d36 commit fa6121eCopy full SHA for fa6121e
main.go
@@ -15,7 +15,7 @@ var (
15
// VersionPrerelease is A pre-release marker for the Version. If this is ""
16
// (empty string) then it means that it is a final release. Otherwise, this
17
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
18
- VersionPrerelease = "dev"
+ VersionPrerelease = ""
19
20
// PluginVersion is used by the plugin set to allow Packer to recognize
21
// what version this plugin is.
0 commit comments