From 368a4476069a408527ecf5556f5b0abe28f76fa4 Mon Sep 17 00:00:00 2001 From: philosowaffle Date: Mon, 29 Aug 2022 20:23:31 -0500 Subject: [PATCH] set release version to 3.0.3 --- 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 3bf05276a..e4ffe6ac4 100644 --- a/src/Common/Constants.cs +++ b/src/Common/Constants.cs @@ -8,6 +8,6 @@ public static class Constants public const string ApiName = "p2g_api"; public const string WebUIName = "p2g_webui"; - public const string AppVersion = "3.0.3-rc"; + public const string AppVersion = "3.0.3"; } }