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() {