setup for next release

This commit is contained in:
Adrien Delorme 2021-06-15 13:12:51 +02:00
parent 941b02d660
commit ddec809371
2 changed files with 4 additions and 2 deletions

View File

@ -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]

View File

@ -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.