Skip to content

Commit b90f331

Browse files
committed
v0.0.11 [skip ci]
1 parent 23ad7f8 commit b90f331

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.0.11 (Upcoming)
1+
## 0.0.11 (February 04, 2021)
22

33
### Features
44
* plugin: Introduce the concept of APIVersionMajor and APIVersionMinor to the

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Version = "0.0.11"
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)