File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ <h3 id="toc">
134
134
< dt class ="phpdocumentor-table-of-contents__entry -constant -public ">
135
135
< a href ="classes/IU-PHPCap-Version.html#constant_RELEASE_NUMBER "> RELEASE_NUMBER</ a >
136
136
< span >
137
- = "1.5.0 " </ span >
137
+ = "1.5.1 " </ span >
138
138
</ dt >
139
139
< dd > </ dd >
140
140
@@ -166,7 +166,7 @@ <h4 class="phpdocumentor-element__name" id="constant_RELEASE_NUMBER">
166
166
< span class ="phpdocumentor-signature__visibility "> public</ span >
167
167
< span class ="phpdocumentor-signature__type "> mixed</ span >
168
168
< span class ="phpdocumentor-signature__name "> RELEASE_NUMBER</ span >
169
- = < span class ="phpdocumentor-signature__default-value "> "1.5.0 "</ span >
169
+ = < span class ="phpdocumentor-signature__default-value "> "1.5.1 "</ span >
170
170
</ code >
171
171
172
172
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ class Version
14
14
# This release number should be updated each time a release is made.
15
15
# This value will be logged to indicate which version of the
16
16
# software is being used.
17
- const RELEASE_NUMBER = "1.5.0 " ;
17
+ const RELEASE_NUMBER = "1.5.1 " ;
18
18
}
You can’t perform that action at this time.
0 commit comments