Update release version in main.go
This commit is contained in:
parent
4f96ba4bad
commit
794e5834eb
2
main.go
2
main.go
@ -18,7 +18,7 @@ var (
|
||||
// VersionPrerelease is A pre-release marker for the Version. If this is ""
|
||||
// (empty string) then it means that it is a final release. Otherwise, this
|
||||
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
|
||||
VersionPrerelease = "dev"
|
||||
VersionPrerelease = "dev8"
|
||||
|
||||
// PluginVersion is used by the plugin set to allow Packer to recognize
|
||||
// what version this plugin is.
|
||||
|
Loading…
Reference in New Issue
Block a user