Skip to content

Commit 5a80a42

Browse files
authored
Merge pull request #2276 from wilzbach/archives-79
Bump archives to 2.079 merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2 parents 6be910e + 95f434e commit 5a80a42

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 = 78;
37+
var currentArchivedVersion = 79;
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)