mirror of
https://github.com/LIV2/packer-plugin-vmware.git
synced 2025-12-05 22:52:44 +00:00
setup for next release
This commit is contained in:
parent
941b02d660
commit
ddec809371
@ -1,3 +1,5 @@
|
||||
## 1.0.1 (Upcoming)
|
||||
|
||||
## 1.0.0 (June 15, 2021)
|
||||
|
||||
* New Feature: Create initial snapshot of VM after clean-up [GH-21]
|
||||
|
||||
4
main.go
4
main.go
@ -12,12 +12,12 @@ import (
|
||||
|
||||
var (
|
||||
// Version is the main version number that is being run at the moment.
|
||||
Version = "1.0.0"
|
||||
Version = "1.0.1"
|
||||
|
||||
// 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 = ""
|
||||
VersionPrerelease = "dev"
|
||||
|
||||
// PluginVersion is used by the plugin set to allow Packer to recognize
|
||||
// what version this plugin is.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user