From d564c6e4ddd5c809c4320ad2240d9e89cd1fe238 Mon Sep 17 00:00:00 2001 From: Bailey Date: Sat, 25 Feb 2023 13:33:18 -0600 Subject: [PATCH] release 3.4.0 --- 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 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"; } }