Skip to content

Commit fb51847

Browse files
authored
Set releaseCandidate to actual null value, not 'null' string (#54929)
1 parent c7802bb commit fb51847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/versions/lib/enterprise-server-releases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const nextNext = '3.18'
1515
export const supported = ['3.16', '3.15', '3.14', '3.13', '3.12']
1616

1717
// Edit this to `null` when it's no longer the release candidate
18-
export const releaseCandidate = 'null'
18+
export const releaseCandidate = null
1919

2020
// Ensure that:
2121
// "next" is ahead of "latest" by one minor or major release.

0 commit comments

Comments
 (0)