Reset change entries made by the packer-ci release bot
This reverts commit c35837ee49
.
This commit is contained in:
parent
a56acabe23
commit
bd0cb85bb6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
export default '1.6.2'
|
||||
export default '1.6.1'
|
||||
|
|
Loading…
Reference in New Issue