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 Aug 16, 2021
1 parent 4780b96 commit 3ab3856
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.3.0-12";
private const string Version = "1.3.0-13";
private const string Channel = "1";

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

0 comments on commit 3ab3856

Please sign in to comment.