Updated version numbers

This commit is contained in:
2026-02-25 09:34:15 -05:00
parent 09464aace5
commit 5d3296c3bc
7 changed files with 35 additions and 3 deletions

View File

@@ -83,4 +83,9 @@ CREATE TABLE IF NOT EXISTS `reflinks` (
PRIMARY KEY (`id`)
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
-- --------------------------------------
-- ---------- version 5.3.1 -------------
-- Update version number
UPDATE configs SET confvalue = "5.3.1" WHERE confname = "ol_version";
-- --------------------------------------