Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaex committed Jul 1, 2022
1 parent 684d12d commit f7f6870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ShareX/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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; }
Expand Down
4 changes: 2 additions & 2 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ You should have received a copy of the GNU General Public License
[assembly: AssemblyProduct("ShareX")]
[assembly: AssemblyCopyright("Copyright (c) 2007-2022 ShareX Team")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("14.0.0")]
[assembly: AssemblyFileVersion("14.0.0")]
[assembly: AssemblyVersion("14.0.1")]
[assembly: AssemblyFileVersion("14.0.1")]

0 comments on commit f7f6870

Please sign in to comment.