diff --git a/SysBot.Pokemon/Helpers/NotRaidBot.cs b/SysBot.Pokemon/Helpers/NotRaidBot.cs index 7464edd..ca395bb 100644 --- a/SysBot.Pokemon/Helpers/NotRaidBot.cs +++ b/SysBot.Pokemon/Helpers/NotRaidBot.cs @@ -2,7 +2,7 @@ { public static class NotRaidBot { - public const string Version = "v8.0"; + public const string Version = "v8.1"; public const string Repo = "https://github.com/bdawg1989/NotRaidBot"; public const string ConfigPath = "config.json"; }