diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 8e358dbfe..74e947907 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 384554748..d2f8d1e31 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-2019 ShareX Team")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("13.0.1")] -[assembly: AssemblyFileVersion("13.0.1")] \ No newline at end of file +[assembly: AssemblyVersion("13.0.2")] +[assembly: AssemblyFileVersion("13.0.2")] \ No newline at end of file