Updated version numbers to 5.3.2

This commit is contained in:
2026-03-02 14:26:07 -05:00
parent c17c4d4608
commit 5e6c349df5
8 changed files with 23 additions and 3 deletions

View File

@@ -88,4 +88,9 @@ CREATE TABLE IF NOT EXISTS `reflinks` (
-- ---------- version 5.3.1 -------------
-- Update version number
UPDATE configs SET confvalue = "5.3.1" WHERE confname = "ol_version";
-- --------------------------------------
-- ---------- version 5.3.2 -------------
-- Update version number
UPDATE configs SET confvalue = "5.3.2" WHERE confname = "ol_version";
-- --------------------------------------