From 4b314a519834096e7761b4b981bd203184a25878 Mon Sep 17 00:00:00 2001 From: stephen waite Date: Tue, 21 Nov 2023 08:33:11 -0500 Subject: [PATCH] chore: bump db version for prior commit (#7044) --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index ba82aafd0..593cf264f 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ $v_realpatch = '0'; // is a database change in the course of development. It is used // internally to determine when a database upgrade is needed. // -$v_database = 498; +$v_database = 499; // Access control version identifier, this is to be incremented whenever there // is a access control change in the course of development. It is used -- 2.11.4.GIT