From d9631b697856b278d1faf25dabcbbd3cb01a36de Mon Sep 17 00:00:00 2001 From: PintTheDragon Date: Wed, 14 Dec 2022 17:18:36 -0800 Subject: [PATCH] Fix auto updater version --- SCPStats/AutoUpdater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCPStats/AutoUpdater.cs b/SCPStats/AutoUpdater.cs index e2ca79c..a841eb3 100644 --- a/SCPStats/AutoUpdater.cs +++ b/SCPStats/AutoUpdater.cs @@ -16,7 +16,7 @@ namespace SCPStats { internal static class AutoUpdater { - internal const string Version = "1.5.5-1"; + internal const string Version = "1.6.0"; internal static async Task RunUpdater(int waitTime = 0) {