Skip to content

Commit 4497228

Browse files
committed
Adding 7.0 as latest version
1 parent b1c7b38 commit 4497228

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layouts/partials/version.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
var newVersion = this.options[this.selectedIndex].value;
44
window.location = '/' + newVersion + '{{.Page.RelPermalink}}';
55
">
6-
<option selected value="staging/dev">Staging</option>
6+
<option selected value="latest">7.0 (Latest)</option>
7+
<option value="6.4.0">6.4.0</option>
78
<option value="6.3.0">6.3.0</option>
89
<option value="6.2.0">6.2.0</option>
910
<option value="6.1.0">6.1.0</option>

0 commit comments

Comments
 (0)