mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Put in dev mode 1.8.4
This commit is contained in:
parent
083ab4f4cb
commit
0c9c3fe48c
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
## 1.8.4 (Upcoming)
|
||||
|
||||
## 1.8.3 (August 2, 2022)
|
||||
|
||||
### NOTES:
|
||||
|
|
|
|||
|
|
@ -14,11 +14,11 @@ var (
|
|||
CgoEnabled bool
|
||||
|
||||
// The main version number that is being run at the moment.
|
||||
Version = "1.8.3"
|
||||
Version = "1.8.4"
|
||||
// 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 = ""
|
||||
VersionPrerelease = "dev"
|
||||
VersionMetadata = ""
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue