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"; } }