From c31f6cc8a98f69c6738893aaebfcdc39cdf675e0 Mon Sep 17 00:00:00 2001 From: Marcel Folaron Date: Thu, 11 Jul 2024 11:32:05 -0400 Subject: [PATCH] Update AppSettings.php --- app/Core/AppSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Core/AppSettings.php b/app/Core/AppSettings.php index 3c6ab367df..7c7f60bb2b 100644 --- a/app/Core/AppSettings.php +++ b/app/Core/AppSettings.php @@ -11,7 +11,7 @@ class AppSettings { - public string $appVersion = "3.2.0-beta"; + public string $appVersion = "3.2.0-beta-2"; public string $dbVersion = "3.0.2";