cut version 1.7.0

This commit is contained in:
packer-ci 2021-02-17 11:13:50 +00:00
parent c6c047905d
commit a939671abb
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const Version = "1.7.0"
// A pre-release marker for the version. If this is "" (empty string) // 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 // then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc. // such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = "dev" const VersionPrerelease = ""
var PackerVersion *pluginVersion.PluginVersion var PackerVersion *pluginVersion.PluginVersion

View File

@ -1 +1 @@
export default '1.6.6' export default '1.7.0'