Major version update 5.5 release

This commit is contained in:
markjcrane
2026-01-29 06:17:45 -07:00
parent 56d603bb25
commit 784a23951f

View File

@@ -11,7 +11,7 @@
* @return string The version number in the format 'major.minor.patch'.
*/
public static function version() {
return '5.5.5';
return '5.5.6';
}
/**