From 3ab385659fd1f188829cee7bb93f5e7e132ad53e Mon Sep 17 00:00:00 2001 From: PintTheDragon Date: Sun, 15 Aug 2021 21:34:15 -0700 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 2a20496..054cca3 100644 --- a/SCPStats/AutoUpdater.cs +++ b/SCPStats/AutoUpdater.cs @@ -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)