mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
Cut release 1.8.5
This commit is contained in:
parent
ad25ebc836
commit
e4f31384a3
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## 1.8.5 (Upcoming)
|
||||
## 1.8.5 (December 12, 2022)
|
||||
|
||||
### NOTES:
|
||||
* data/packer-image-iteration has been removed. This was an undocumented and
|
||||
|
|
|
|||
|
|
@ -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