Skip to content

Commit

Permalink
Version 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nickorr committed Nov 25, 2020
1 parent 5d4108f commit e5d8f94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
### 5.2.4 (Released 2020-11-25) ###
- Update Mac support for Catalina.
- Update for FMS 19 and 18.
- Update phpunit from v4.8 to v8.5.

### 5.2.3 (Released 2019-06-06) ###
- Second fix to clean up "non well formed" notice.

Expand Down
2 changes: 1 addition & 1 deletion lib/RESTfm/Version.php
Expand Up @@ -23,7 +23,7 @@
* Version static class to hold release version.
*/
class Version {
private static $_release = '5.2.3';
private static $_release = '5.2.4';
private static $_revision = '%%REVISION%%';
private static $_protocol = '6'; // Bump this when REST API changes.

Expand Down

0 comments on commit e5d8f94

Please sign in to comment.