From fb60412686b5e591477f1d8836294be87bf2c9be Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 11 Oct 2023 14:37:27 -0400 Subject: [PATCH] Increment the Database version as this was missed in PR #734 Add Balance Sheet report --- database_version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database_version.php b/database_version.php index d74bed2d..226d5b4a 100644 --- a/database_version.php +++ b/database_version.php @@ -5,4 +5,4 @@ * It is used in conjunction with database_updates.php */ -DEFINE("LATEST_DATABASE_VERSION", "0.8.6"); +DEFINE("LATEST_DATABASE_VERSION", "0.8.7");