mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
cut release 1.8.4
This commit is contained in:
parent
ef1fb675f7
commit
83cc093d50
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## 1.8.4 (Upcoming)
|
||||
## 1.8.4 (October 28 2022)
|
||||
|
||||
### NOTES:
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ var (
|
|||
// 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 = ""
|
||||
VersionMetadata = ""
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue