Skip to content

Commit 6422b57

Browse files
committed
v0.2.3 [skip ci]
1 parent 2c76e6c commit 6422b57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.3 (Upcoming)
1+
## 0.2.3 (June 03, 2021)
22
* CDConfig: Add `cd_content` field for file templating for cd files [#61](https://github.com/hashicorp/packer-plugin-sdk/pull/61)
33

44
## 0.2.2 (May 14, 2021)

version/version.go

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

2323
// SDKVersion is used by the plugin set to allow Packer to recognize
2424
// what version of the sdk the plugin is.

0 commit comments

Comments
 (0)