Skip to content

Commit f0f39d7

Browse files
authored
Update versionwarning.js
1 parent e6fbe55 commit f0f39d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versionwarning.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function() {
22
// taken from https://raw.githubusercontent.com/scikit-learn/scikit-learn.github.io/master/index.html
33
// scikit-learn contributors
4-
var latestStable = '0.7';
4+
var latestStable = '0.8';
55
var goodPaths = ['stable', 'dev', latestStable];
66
var showWarning = (msg) => {
77
$('.body[role=main]').prepend(
@@ -35,4 +35,4 @@
3535
latestStable + '</a>.')
3636
}
3737
}
38-
})()
38+
})()

0 commit comments

Comments
 (0)