Skip to content

Commit

Permalink
cut v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SwampDragons committed Apr 20, 2021
1 parent 2836a94 commit d33d200
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2 (April 20, 2021)

* Fix version used in user agent to refer to this plugin, not Packer core.

## 0.0.1 (April 20, 2021)

* Update acceptance tests to use new packer-plugin-sdk/acctest framework
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 = ""

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

0 comments on commit d33d200

Please sign in to comment.