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 25, 2023
1 parent df43e0d commit e88dfdf
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-4";
internal const string Version = "1.6.0-5";

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

0 comments on commit e88dfdf

Please sign in to comment.