Skip to content

Commit f07145b

Browse files
committed
updated to 1.0.1-dev
1 parent 6ef4f4e commit f07145b

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
@@ -13,12 +13,12 @@ import (
1313

1414
var (
1515
// Version is the main version number that is being run at the moment.
16-
Version = "1.0.0"
16+
Version = "1.0.1"
1717

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

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

0 commit comments

Comments
 (0)