mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-04 06:21:46 -05:00
cut version 1.7.5
This commit is contained in:
parent
7b012849fd
commit
aec7ec4ea8
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ const Version = "1.7.5"
|
|||
// 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.
|
||||
const VersionPrerelease = "dev"
|
||||
const VersionPrerelease = ""
|
||||
|
||||
var PackerVersion *pluginVersion.PluginVersion
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export default '1.7.4'
|
||||
export default '1.7.5'
|
||||
|
|
|
|||
Loading…
Reference in a new issue