Skip to content

Commit

Permalink
Added _.VERSION to the documentation notes section
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurimas-stack committed Oct 15, 2024
1 parent d2e7e61 commit f2c22dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2979,6 +2979,15 @@ <h2 id="notes">Notes</h2>
</ul>
</p>

<p id="relational-operator-note">
<b class="header">Underscore version</b>
<br>
It's possible to get current Underscore version via
<tt>_.VERSION</tt>
.
<pre>_.VERSION => 1.13.7</pre>
</p>

<h2 id="changelog">Change Log</h2>

<p id="1.13.7">
Expand Down

0 comments on commit f2c22dd

Please sign in to comment.