mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Bump version for 1.8.0 release
This commit is contained in:
parent
8dbde0fb38
commit
70806cb27e
1 changed files with 2 additions and 2 deletions
|
|
@ -14,11 +14,11 @@ var (
|
|||
CgoEnabled bool
|
||||
|
||||
// The main version number that is being run at the moment.
|
||||
Version = "1.7.11"
|
||||
Version = "1.8.0"
|
||||
// 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