diff --git a/src/Common/Constants.cs b/src/Common/Constants.cs index 27ee0912d..4e8c2daad 100644 --- a/src/Common/Constants.cs +++ b/src/Common/Constants.cs @@ -7,6 +7,6 @@ public static class Constants public const string ConsoleAppName = "p2g_console"; public const string ApiName = "p2g_api"; public const string WebUIName = "p2g_webui"; - public const string AppVersion = "3.4.0-rc"; + public const string AppVersion = "3.4.0"; } }