From 22a60904acb1fbc61056ad3cadd72000013b4f45 Mon Sep 17 00:00:00 2001 From: Nicholas Orr Date: Mon, 11 Jan 2021 15:25:20 +1100 Subject: [PATCH] Update Version.php --- lib/RESTfm/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RESTfm/Version.php b/lib/RESTfm/Version.php index b33c88a..4ec755c 100644 --- a/lib/RESTfm/Version.php +++ b/lib/RESTfm/Version.php @@ -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.