Skip to content

Commit 2be718e

Browse files
committed
Add 6.40 as latest release
1 parent 81338a3 commit 2be718e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/selectversion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function url2version(patharr) {
3131
// The latest release. NOT necessarily equal to latest-stable, as stable releases are only
3232
// once every two versions.
3333
// >>> CHANGE THIS WHEN A NEW VERSION IS RELEASED! (stable or not) <<<
34-
const LATEST_VERSION = 638;
34+
const LATEST_VERSION = 640;
3535
const LATEST_VERSION_IS_STABLE = LATEST_VERSION % 4 === 0;
3636
const LATEST_STABLE = LATEST_VERSION - 2 * !LATEST_VERSION_IS_STABLE;
3737
const FIRST_VERSION = 610;

0 commit comments

Comments
 (0)