From d6631c0411e3894c4745ce4fef4d1a4e7c4c7fbb Mon Sep 17 00:00:00 2001 From: stephen waite Date: Fri, 21 Feb 2025 14:38:51 -0500 Subject: [PATCH] fix: revert pr 8040 (#8047) * fix: revert pr 8040 * add new line * forgot to bump version * revert revert :) --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 2518cfdd206..e8662100f6d 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ // is a database change in the course of development. It is used // internally to determine when a database upgrade is needed. // -$v_database = 504; +$v_database = 505; // Access control version identifier, this is to be incremented whenever there // is a access control change in the course of development. It is used