Fixed some migration issues which arose due to invalid database state. Upped version to beta3

This commit is contained in:
Kwoth
2021-09-06 21:34:54 +02:00
parent 5990430d5a
commit 5e83d5570d
2 changed files with 38 additions and 31 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace NadekoBot.Services
private readonly IBotCredentials _creds;
private readonly DateTime _started;
public const string BotVersion = "3.0.0-beta2";
public const string BotVersion = "3.0.0-beta3";
public string Author => "Kwoth#2452";
public string Library => "Discord.Net";