Skip to content

Commit 0db8f32

Browse files
Fix release notes link (#1585)
1 parent a9dce03 commit 0db8f32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/pages/en/versions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ const versionToReleaseTags = {
2020
'5.x': '5.0.0',
2121
'6.x': '6.0.0',
2222
'7.0': '7.0.0',
23-
'7.1': '7.1.0'
23+
'7.1': '7.1.0',
24+
'7.2': '7.2.0'
2425
}
2526

2627
function Versions() {

0 commit comments

Comments
 (0)