diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 7ba90982c..858595b50 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -72,7 +72,7 @@ public static string Title public static string TitleLong => $"{Title} ({Build})"; - public static bool Beta { get; } = true; + public static bool Beta { get; } = false; public static bool MultiInstance { get; private set; } public static bool Portable { get; private set; } public static bool PortableApps { get; private set; }