diff --git a/lib/RESTfm/Version.php b/lib/RESTfm/Version.php index 1ff7adb..755bdbf 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 = 'dev'; + private static $_release = '6.1.0beta-20230831'; private static $_revision = '%%REVISION%%'; private static $_protocol = '6'; // Bump this when REST API changes.