From dc9fce0f8231717043b796a9d451470e5c049306 Mon Sep 17 00:00:00 2001 From: PintTheDragon Date: Mon, 16 Jan 2023 13:04:22 -0800 Subject: [PATCH] Bump version in auto updater --- SCPStats/AutoUpdater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCPStats/AutoUpdater.cs b/SCPStats/AutoUpdater.cs index cff3209..46e376d 100644 --- a/SCPStats/AutoUpdater.cs +++ b/SCPStats/AutoUpdater.cs @@ -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) {