소스 검색

Fix version number in footer.

Florian Kissling 10 년 전
부모
커밋
a0db9efdef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/_includes/footer.html

+ 1 - 1
docs/_includes/footer.html

@@ -8,7 +8,7 @@
       Maintained by <a href="https://github.com/kevin-brown">Kevin Brown</a> and <a href="https://github.com/ivaynberg">Igor Vaynberg</a>.
     </p>
     <ul class="s2-docs-footer-links">
-      <li>Currently v4.0.0-rc.2</li>
+      <li>Currently v4.0.0</li>
       <li><a href="https://github.com/select2/select2">GitHub</a></li>
       <li><a href="./examples.html">Examples</a></li>
       <li><a href="./options.html">Options</a></li>