Release v1.7.0-beta3

This commit is contained in:
hashicorp-ci 2020-01-24 17:08:22 +00:00
parent 2a0f0d5057
commit 2485efa570
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ var (
// 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 = "beta2"
VersionPrerelease = "beta3"
)
// GetHumanVersion composes the parts of the version in a way that's suitable