Release version 5.2.5

This commit is contained in:
2026-02-10 15:41:37 -05:00
parent 0265918430
commit 9b7dfbe434
8 changed files with 25 additions and 29 deletions

View File

@@ -50,3 +50,8 @@ UPDATE configs SET confvalue="5.2.4.3" WHERE confname="ol_version";
-- Update version number
UPDATE configs SET confvalue="5.2.4.4" WHERE confname="ol_version";
-- --------------------------------------
-- ---------- version 5.2.5 -------------
-- Update version number
UPDATE configs SET confvalue="5.2.5" WHERE confname="ol_version";
-- --------------------------------------