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 Jan 16, 2023
1 parent 8e9905d commit e3e0934
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 @@ -16,7 +16,7 @@ namespace SCPStats
{
internal static class AutoUpdater
{
internal const string Version = "1.6.0-3";
internal const string Version = "1.6.0-4";

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

0 comments on commit e3e0934

Please sign in to comment.