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