cut release 1.5.6

This commit is contained in:
Megan Marsh 2020-05-01 14:11:35 -07:00
parent df286356eb
commit 991511d08a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 1.5.6 (Upcoming) ## 1.5.6 (May 1, 2020)
### BACKWARDS INCOMPATIBILITIES: ### BACKWARDS INCOMPATIBILITIES:
* core/hcl2: HCL2 singular blocks: use key/value or name/value depending on how * core/hcl2: HCL2 singular blocks: use key/value or name/value depending on how

View File

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

View File

@ -1 +1 @@
export default '1.5.5' export default '1.5.6'