mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Put in dev mode 1.8.2 (#11822)
This commit is contained in:
parent
467529f597
commit
ecacd59f0f
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
## 1.8.2 (Upcoming)
|
||||
|
||||
## 1.8.1 (May 27, 2022)
|
||||
|
||||
### NOTES:
|
||||
|
|
|
|||
|
|
@ -14,11 +14,11 @@ var (
|
|||
CgoEnabled bool
|
||||
|
||||
// The main version number that is being run at the moment.
|
||||
Version = "1.8.1"
|
||||
Version = "1.8.2"
|
||||
// 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