We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81338a3 commit 2be718eCopy full SHA for 2be718e
1 file changed
doc/selectversion.js
@@ -31,7 +31,7 @@ function url2version(patharr) {
31
// The latest release. NOT necessarily equal to latest-stable, as stable releases are only
32
// once every two versions.
33
// >>> CHANGE THIS WHEN A NEW VERSION IS RELEASED! (stable or not) <<<
34
-const LATEST_VERSION = 638;
+const LATEST_VERSION = 640;
35
const LATEST_VERSION_IS_STABLE = LATEST_VERSION % 4 === 0;
36
const LATEST_STABLE = LATEST_VERSION - 2 * !LATEST_VERSION_IS_STABLE;
37
const FIRST_VERSION = 610;
0 commit comments