Skip to content

Commit

Permalink
Set version 5.2.3 pending release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gav- committed Jun 6, 2019
1 parent 0a246ad commit 181adf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
### 5.2.3 (Released 2019-06-06) ###
- Second fix to clean up "non well formed" notice.

### 5.2.2 (Released 2019-03-07) ###
- Fix base64 container encoding warnings in PHP 5.6

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.2';
private static $_release = '5.2.3';
private static $_revision = '%%REVISION%%';
private static $_protocol = '6'; // Bump this when REST API changes.

Expand Down

0 comments on commit 181adf3

Please sign in to comment.