Skip to content

Commit

Permalink
Update Version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nickorr committed Jan 11, 2021
1 parent 0572060 commit 22a6090
Showing 1 changed file with 1 addition and 1 deletion.
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.5';
private static $_release = '5.2.6';
private static $_revision = '%%REVISION%%';
private static $_protocol = '6'; // Bump this when REST API changes.

Expand Down

0 comments on commit 22a6090

Please sign in to comment.