Skip to content

Commit 4b1677b

Browse files
committed
Fix dropdown version for ACS
1 parent 3728911 commit 4b1677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<%= distro %>
156156
</a>
157157
<select id="version-selector" onchange="versionSelector(this);">
158-
<option value="4.1">4.0</option>
158+
<option value="4.1">4.1</option>
159159
<option value="4.0">4.0</option>
160160
<option value="3.74">3.74</option>
161161
<option value="3.73">3.73</option>

0 commit comments

Comments
 (0)