From 895a41f6e81fe7410dcd52663be60a5bba779ddf Mon Sep 17 00:00:00 2001 From: Marcel Folaron <47038998+marcelfolaron@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:22:14 -0400 Subject: [PATCH] Update AppSettings.php Version Bump --- 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 5544358af1..a45499b9b2 100644 --- a/app/Core/AppSettings.php +++ b/app/Core/AppSettings.php @@ -10,7 +10,7 @@ */ class AppSettings { - public string $appVersion = "2.4.1"; + public string $appVersion = "2.4.2"; public string $dbVersion = "2.1.22";