Incorporated changes for 1.3.1

This commit is contained in:
2026-02-24 20:07:34 -05:00
parent 6e5c6e03e3
commit f7b91f4ef0
10 changed files with 74 additions and 53 deletions

View File

@@ -216,3 +216,8 @@ ALTER TABLE `writeups` CHANGE COLUMN `period_effective` `functional` tinyint(1)
-- Update version number
UPDATE config SET value="1.3.0",defaultvalue="1.3.0" WHERE name="drs_version";
-- --------------------------------------
-- ---------- version 1.3.1 -------------
-- Update version number
UPDATE config SET value="1.3.1",defaultvalue="1.3.1" WHERE name="drs_version";
-- --------------------------------------