From d86c49574e09da5af4567c8bb7b7404717109f0c Mon Sep 17 00:00:00 2001 From: Bailey Date: Fri, 3 Jan 2025 16:19:06 -0600 Subject: [PATCH] Prep for 4.4.0 Release --- src/Common/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Constants.cs b/src/Common/Constants.cs index c140aefa..2da92013 100644 --- a/src/Common/Constants.cs +++ b/src/Common/Constants.cs @@ -9,6 +9,6 @@ public static class Constants public const string WebUIName = "p2g_webui"; public const string ClientUIName = "p2g_clientui"; - public const string AppVersion = "4.4.0-rc"; + public const string AppVersion = "4.4.0"; } }