From 332cc86f866e3222cab8d2862168950dd4328ced Mon Sep 17 00:00:00 2001 From: Jun Villa Date: Fri, 31 Jul 2020 00:35:57 -0400 Subject: [PATCH] Release v11 --- Updater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Updater.cs b/Updater.cs index 4947bdb..f03d851 100644 --- a/Updater.cs +++ b/Updater.cs @@ -101,7 +101,7 @@ public class Release class Updater { - static readonly string CURRENT_RELEASE_TAG = "v10"; // Jun: REMEMBER TO CHANGE THIS every time you make a new release. + static readonly string CURRENT_RELEASE_TAG = "v11"; // Jun: REMEMBER TO CHANGE THIS every time you make a new release. static HttpClient client; static Updater() {