From f1b46519d4dc6853c9bcf8b18c76598e243032c4 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sun, 11 Nov 2018 10:37:52 +0300 Subject: [PATCH] Increase version for dev builds --- ShareX/Program.cs | 2 +- SharedAssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 628ebce76..68e5b33db 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -78,7 +78,7 @@ public static string Title 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 e5360b52c..bd1717a21 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-2018 ShareX Team")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("12.3.0")] -[assembly: AssemblyFileVersion("12.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("12.3.1")] +[assembly: AssemblyFileVersion("12.3.1")] \ No newline at end of file