diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 6d9799001..9bf3f3f6b 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -78,7 +78,7 @@ public static string VersionText public static string TitleLong => $"{Title} ({Build})"; - public static bool Dev { get; } = false; + public static bool Dev { 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/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 23cba8214..cb2b34046 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -30,5 +30,5 @@ You should have received a copy of the GNU General Public License [assembly: AssemblyProduct("ShareX")] [assembly: AssemblyCopyright("Copyright (c) 2007-2020 ShareX Team")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("13.1.0")] -[assembly: AssemblyFileVersion("13.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("13.1.1")] +[assembly: AssemblyFileVersion("13.1.1")] \ No newline at end of file