From 0f9609903ddc34b7aca1e39c4cef5163d00e282d Mon Sep 17 00:00:00 2001 From: Jaex Date: Thu, 9 May 2024 06:56:37 +0300 Subject: [PATCH] Update version --- Directory.build.props | 2 +- ShareX/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.build.props b/Directory.build.props index 228081711..a197b3914 100644 --- a/Directory.build.props +++ b/Directory.build.props @@ -3,7 +3,7 @@ ShareX Team ShareX Copyright (c) 2007-2024 ShareX Team - 16.1.0 + 16.1.1 true false false diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 15e74bd94..464e168cc 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -111,7 +111,7 @@ public static string TitleShort } } - 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 SilentRun { get; private set; }