We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7ec34 commit 80aad62Copy full SHA for 80aad62
1 file changed
main.go
@@ -11,12 +11,12 @@ import (
11
12
var (
13
// Version is the main version number that is being run at the moment.
14
- Version = "1.0.0"
+ Version = "1.0.1"
15
16
// VersionPrerelease is A pre-release marker for the Version. If this is ""
17
// (empty string) then it means that it is a final release. Otherwise, this
18
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
19
- VersionPrerelease = ""
+ VersionPrerelease = "dev"
20
21
// PluginVersion is used by the plugin set to allow Packer to recognize
22
// what version this plugin is.
0 commit comments