cut version 1.6.4

This commit is contained in:
packer-ci 2020-09-30 17:54:03 +00:00
parent add9beff12
commit e75da4c6e5
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const Version = "1.6.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.
const VersionPrerelease = "dev"
const VersionPrerelease = ""
func FormattedVersion() string {
var versionString bytes.Buffer

View File

@ -1 +1 @@
export default '1.6.3'
export default '1.6.4'