Upped version to beta2

This commit is contained in:
Kwoth
2021-07-12 21:05:33 +02:00
parent 8fb7239100
commit 0e81f2abf4

View File

@@ -19,7 +19,7 @@ namespace NadekoBot.Services
private readonly IBotCredentials _creds;
private readonly DateTime _started;
public const string BotVersion = "3.0.0-beta1";
public const string BotVersion = "3.0.0-beta2";
public string Author => "Kwoth#2452";
public string Library => "Discord.Net";