diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 858595b50..7ba90982c 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; } = false; + public static bool Beta { get; } = true; public static bool MultiInstance { get; private set; } public static bool Portable { get; private set; } public static bool PortableApps { get; private set; } diff --git a/ShareX/Properties/AssemblyInfo.cs b/ShareX/Properties/AssemblyInfo.cs index 7273f5862..ff42d09f8 100644 --- a/ShareX/Properties/AssemblyInfo.cs +++ b/ShareX/Properties/AssemblyInfo.cs @@ -11,5 +11,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("82E6AC09-0FEF-4390-AD9F-0DD3F5561EFC")] -[assembly: AssemblyVersion("11.7.0")] -[assembly: AssemblyFileVersion("11.7.0")] \ No newline at end of file +[assembly: AssemblyVersion("11.8.0")] +[assembly: AssemblyFileVersion("11.8.0")] \ No newline at end of file