diff --git a/FlashPatch/UpdateChecker.cs b/FlashPatch/UpdateChecker.cs index db67c6e..5d918d7 100644 --- a/FlashPatch/UpdateChecker.cs +++ b/FlashPatch/UpdateChecker.cs @@ -32,7 +32,7 @@ public string GetUrl() { } public class UpdateChecker { - private static readonly string VERSION = "v1.27.1"; + private static readonly string VERSION = "v1.28"; private static readonly string AUTHOR = "darktohka"; private static readonly string REPO = "FlashPatch"; private static readonly string USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36";