From fafb14f2187473760874107b4e328832834c53ad Mon Sep 17 00:00:00 2001 From: Bailey Date: Sat, 7 Dec 2024 13:24:14 -0600 Subject: [PATCH] prep for 4.3.1 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 278aec717..715262e19 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.3.1-rc"; + public const string AppVersion = "4.3.1"; } }