Reset change entries made by the packer-ci release bot

This reverts commit c35837ee49.
This commit is contained in:
Wilken Rivera 2020-08-28 10:52:54 -04:00
parent a56acabe23
commit bd0cb85bb6
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 1.6.2 (August 27, 2020)
## 1.6.2 (Upcoming)
### FEATURES:
* **New command** `hcl2_upgrade` is a JSON to HCL2 transpiler that allows users

View File

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

View File

@ -1 +1 @@
export default '1.6.2'
export default '1.6.1'