Skip to content

Commit

Permalink
Bump version in auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Feb 13, 2022
1 parent ea4e463 commit 0cb5a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCPStats/AutoUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace SCPStats
{
internal static class AutoUpdater
{
private const string Version = "1.5.1-3";
private const string Version = "1.5.1-4";
private const string Channel = "1";

internal static async Task RunUpdater(int waitTime = 0)
Expand Down

0 comments on commit 0cb5a9a

Please sign in to comment.