Skip to content

Commit 2c1dcb8

Browse files
committed
2.0 -> 2.x
1 parent 8b7db5e commit 2c1dcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/partials/sidebar.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<%- type === 'api' ? 'API' : (type.charAt(0).toUpperCase() + type.slice(1)) %>
1717
<% if (type !== 'cookbook') { %>
1818
<select class="version-select">
19-
<option value="SELF" selected>2.0</option>
19+
<option value="SELF" selected>2.x</option>
2020
<option value="v1">1.0</option>
2121
<option value="012">0.12</option>
2222
<option value="011">0.11</option>

0 commit comments

Comments
 (0)