From 968a7f0bfe6f3363f876cb5b2622eed04d52b100 Mon Sep 17 00:00:00 2001 From: Bailey Date: Sun, 7 Jan 2024 14:20:25 -0600 Subject: [PATCH] Update Version --- 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 31f0475f3..34dda003e 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.1.0-rc"; + public const string AppVersion = "4.1.0"; } }