mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
docs: Version upped to 5.1.13, updated CHANGELOG.md
fix: Fixed seq comment in creds
This commit is contained in:
@@ -140,9 +140,9 @@ public sealed class BotCredsProvider : IBotCredsProvider
|
||||
creds.BotCache = BotCacheImplemenation.Memory;
|
||||
}
|
||||
|
||||
if (creds.Version < 11)
|
||||
if (creds.Version < 12)
|
||||
{
|
||||
creds.Version = 11;
|
||||
creds.Version = 12;
|
||||
File.WriteAllText(CREDS_FILE_NAME, Yaml.Serializer.Serialize(creds));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user