Skip to content

Commit c75b9f4

Browse files
committed
bump current docarchives version to v2.108.0
1 parent 2cdeba9 commit c75b9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/listanchors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function addAnchors()
3434
function addVersionSelector() {
3535
// Latest version offered by the archive builds
3636
// This needs to be manually updated after new versions have been archived
37-
var currentArchivedVersion = 107;
37+
var currentArchivedVersion = 108;
3838
// build URLs for dlang.org: DDoc + Dox
3939
var ddocModuleURL = document.body.id.replace(/[.]/g, "_") + ".html";
4040
var ddoxModuleURL = document.body.id.replace(/[.]/g, "/") + ".html";

0 commit comments

Comments
 (0)