From cb121c0141559f22b7e08aa0f44dfe28d0e2478e Mon Sep 17 00:00:00 2001 From: Bailey Date: Sat, 9 Dec 2023 11:23:02 -0600 Subject: [PATCH] [v4] bump version for 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 daf618902..a0bcff4d7 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.0.0-rc"; + public const string AppVersion = "4.0.0"; } }