Skip to content

Commit 80aad62

Browse files
committed
update to 1.0.1-dev
1 parent 5a7ec34 commit 80aad62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

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

1212
var (
1313
// Version is the main version number that is being run at the moment.
14-
Version = "1.0.0"
14+
Version = "1.0.1"
1515

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

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

0 commit comments

Comments
 (0)