Skip to content

Commit

Permalink
Updated version release number to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mullen2 committed Oct 28, 2022
1 parent a2aecd0 commit 8a16f06
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 @@ -112,7 +112,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.3.0&quot; </span>
&nbsp;= &quot;1.4.0&quot; </span>
</dt>
<dd></dd>

Expand Down Expand Up @@ -143,7 +143,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.3.0&quot;</span>
= <span class="phpdocumentor-signature__default-value">&quot;1.4.0&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.3.0";
const RELEASE_NUMBER = "1.4.0";
}

0 comments on commit 8a16f06

Please sign in to comment.