Skip to content

Commit

Permalink
Updated version release number to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mullen2 committed Jan 16, 2025
1 parent 547975a commit 767f3b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api/classes/IU-PHPCap-Version.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3 id="toc">
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/IU-PHPCap-Version.html#constant_RELEASE_NUMBER">RELEASE_NUMBER</a>
<span>
&nbsp;= &quot;1.5.2&quot; </span>
&nbsp;= &quot;1.5.3&quot; </span>
</dt>
<dd></dd>

Expand Down Expand Up @@ -166,7 +166,7 @@ <h4 class="phpdocumentor-element__name" id="constant_RELEASE_NUMBER">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">RELEASE_NUMBER</span>
= <span class="phpdocumentor-signature__default-value">&quot;1.5.2&quot;</span>
= <span class="phpdocumentor-signature__default-value">&quot;1.5.3&quot;</span>
</code>


Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ class Version
# This release number should be updated each time a release is made.
# This value will be logged to indicate which version of the
# software is being used.
const RELEASE_NUMBER = "1.5.2";
const RELEASE_NUMBER = "1.5.3";
}

0 comments on commit 767f3b9

Please sign in to comment.