From 592e2a80d2c644c0c4d58e3a1f19aa9aebe73ff4 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 14 Oct 2023 13:58:20 -0400 Subject: [PATCH] Increment the Database version to take adavantage of the new item ordering under invoices --- database_version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database_version.php b/database_version.php index 714df7d1..dc549dcd 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.8"); +DEFINE("LATEST_DATABASE_VERSION", "0.8.9");