From a65ed4d1505ca34656cd60f03922f45507f39d3f Mon Sep 17 00:00:00 2001 From: Bailey Date: Sat, 26 Oct 2024 08:33:44 -0500 Subject: [PATCH] [Release] prep for 4.3.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 de2ff39fd..cd5e7cffd 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.0-rc"; + public const string AppVersion = "4.3.0"; } }