Skip to content

Commit

Permalink
Update changelog and version pending merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
gav- committed Mar 21, 2016
1 parent 5dd0389 commit e7dd274
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.0.1 (Released 2016-03-22) ###
- Handle alternate http/https ports and/or port-forwarding scenarios
in report page.

### 4.0.0 (Released 2016-03-11) ###
- Handle searching on repetitions where submitted search field contains an
index.
Expand Down
2 changes: 1 addition & 1 deletion lib/RESTfm/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Version static class to hold release version.
*/
class Version {
private static $_release = '4.0.0';
private static $_release = '4.0.1';
private static $_revision = '%%REVISION%%';
private static $_protocol = '5'; // Bump this when REST API changes.

Expand Down

0 comments on commit e7dd274

Please sign in to comment.