Increase version

This commit is contained in:
Jaex 2022-07-22 10:43:33 +03:00
parent ca90a55787
commit a52a1d7ced
2 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,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; }

View file

@ -30,5 +30,5 @@
[assembly: AssemblyProduct("ShareX")]
[assembly: AssemblyCopyright("Copyright (c) 2007-2022 ShareX Team")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("14.1.0")]
[assembly: AssemblyFileVersion("14.1.0")]
[assembly: AssemblyVersion("14.1.1")]
[assembly: AssemblyFileVersion("14.1.1")]