Skip to content

Commit 0aa1404

Browse files
committed
Update stable to point to 1.7
1 parent c5ccd93 commit 0aa1404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6
1+
1.7

versionwarning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function() {
2-
var latestStable = '1.6';
2+
var latestStable = '1.7';
33
var goodPaths = ['stable', 'dev', latestStable];
44
var showWarning = (msg) => {
55
$('.body[role=main]').prepend(

0 commit comments

Comments
 (0)