cut release 1.5.6
This commit is contained in:
parent
df286356eb
commit
991511d08a
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
export default '1.5.5'
|
export default '1.5.6'
|
||||||
|
|
Loading…
Reference in New Issue