Skip to content

Commit 86a0e0c

Browse files
committed
Updated version release number to 1.5.1
1 parent 3b77da8 commit 86a0e0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/classes/IU-PHPCap-Version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h3 id="toc">
134134
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
135135
<a href="classes/IU-PHPCap-Version.html#constant_RELEASE_NUMBER">RELEASE_NUMBER</a>
136136
<span>
137-
&nbsp;= &quot;1.5.0&quot; </span>
137+
&nbsp;= &quot;1.5.1&quot; </span>
138138
</dt>
139139
<dd></dd>
140140

@@ -166,7 +166,7 @@ <h4 class="phpdocumentor-element__name" id="constant_RELEASE_NUMBER">
166166
<span class="phpdocumentor-signature__visibility">public</span>
167167
<span class="phpdocumentor-signature__type">mixed</span>
168168
<span class="phpdocumentor-signature__name">RELEASE_NUMBER</span>
169-
= <span class="phpdocumentor-signature__default-value">&quot;1.5.0&quot;</span>
169+
= <span class="phpdocumentor-signature__default-value">&quot;1.5.1&quot;</span>
170170
</code>
171171

172172

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ class Version
1414
# This release number should be updated each time a release is made.
1515
# This value will be logged to indicate which version of the
1616
# software is being used.
17-
const RELEASE_NUMBER = "1.5.0";
17+
const RELEASE_NUMBER = "1.5.1";
1818
}

0 commit comments

Comments
 (0)