Skip to content

Commit

Permalink
cut release 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SwampDragons committed May 1, 2020
1 parent df28635 commit 991511d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.6 (Upcoming)
## 1.5.6 (May 1, 2020)

### BACKWARDS INCOMPATIBILITIES:
* core/hcl2: HCL2 singular blocks: use key/value or name/value depending on how
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Version = "1.5.6"
// 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 = "dev"
const VersionPrerelease = ""

func FormattedVersion() string {
var versionString bytes.Buffer
Expand Down
2 changes: 1 addition & 1 deletion website/data/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.5.5'
export default '1.5.6'

0 comments on commit 991511d

Please sign in to comment.