Skip to content

Commit 8dd704a

Browse files
committed
cut release 0.0.1
1 parent 4d407f9 commit 8dd704a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1818
// (empty string) then it means that it is a final release. Otherwise, this
1919
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
20-
VersionPrerelease = "dev"
20+
VersionPrerelease = ""
2121

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

0 commit comments

Comments
 (0)