Skip to content

Commit a417fe5

Browse files
committed
Release v1.9.0
1 parent 79bb27a commit a417fe5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UNRELEASED
1+
## 1.9.0 (November 24, 2020)
22

33
BREAKING CHANGES:
44

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var (
1919
// A pre-release marker for the version. If this is "" (empty string)
2020
// then it means that it is a final release. Otherwise, this is a pre-release
2121
// such as "dev" (in development), "beta", "rc1", etc.
22-
VersionPrerelease = "dev"
22+
VersionPrerelease = ""
2323
)
2424

2525
// GetHumanVersion composes the parts of the version in a way that's suitable

website/data/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.8.5'
1+
export default '1.9.0'

0 commit comments

Comments
 (0)