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.
1 parent 84ebeba commit c0888c0Copy full SHA for c0888c0
main.go
@@ -16,12 +16,12 @@ import (
16
17
var (
18
// Version is the main version number that is being run at the moment.
19
- Version = "1.0.0"
+ Version = "1.0.1"
20
21
// VersionPrerelease is A pre-release marker for the Version. If this is ""
22
// (empty string) then it means that it is a final release. Otherwise, this
23
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
24
- VersionPrerelease = ""
+ VersionPrerelease = "dev"
25
26
// PluginVersion is used by the plugin set to allow Packer to recognize
27
// what version this plugin is.
0 commit comments