Skip to content

Commit c0888c0

Browse files
committed
update to 1.0.1-dev
1 parent 84ebeba commit c0888c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ import (
1616

1717
var (
1818
// Version is the main version number that is being run at the moment.
19-
Version = "1.0.0"
19+
Version = "1.0.1"
2020

2121
// VersionPrerelease is A pre-release marker for the Version. If this is ""
2222
// (empty string) then it means that it is a final release. Otherwise, this
2323
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
24-
VersionPrerelease = ""
24+
VersionPrerelease = "dev"
2525

2626
// PluginVersion is used by the plugin set to allow Packer to recognize
2727
// what version this plugin is.

0 commit comments

Comments
 (0)